octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41970] plotyy () and changing legend properti


From: Rik
Subject: [Octave-bug-tracker] [bug #41970] plotyy () and changing legend properties
Date: Wed, 16 Jul 2014 16:28:39 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #13, bug #41970 (project octave):

Maybe things have changed since this was coded because your example seems to
work now.  However, If I make the change and then run demo ('legend') I now
have warnings.  So something with the new syntax still isn't perfect.


 clf;
 plot (rand (2));
 title ('legend called with cellstr and string inputs for labels');
 h = legend ({'foo'}, 'bar');
 legend (h, 'location', 'northeastoutside');
 set (h, 'fontsize', 20);

warning: set: allowing n to match units value normalized
warning: set: allowing n to match units value normalized



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41970>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]