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

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

[Octave-bug-tracker] [bug #50094] 2 more legend bugs


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50094] 2 more legend bugs
Date: Mon, 16 Dec 2019 12:47:12 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #9, bug #50094 (project octave):

@Muhali: There's been a number of bug fixes on the new legend code. The
original example, as is, is not relevant anymore since, like Matlab, Octave
now leaves to the user the task of choosing a suitable number of columns for
large legends, e.g.:


set(0, "defaultaxesfontsize", 12) ;
set(0, "defaultfigureunits", "normalized") ;
set(0, "defaultfigureposition", [0.682   0.702   0.25   0.25]) ;

n = 30 ;
plot(randn(4,n), "k") ;
legend(datestr(now + (1:n)), "location", "northoutside", "numcolumns", 4) ;
legend("boxoff") ;
print foo.png ;


Can we can close this report?



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?50094>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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