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

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

[Octave-bug-tracker] [bug #32374] legend disappears with its location is


From: David Bateman
Subject: [Octave-bug-tracker] [bug #32374] legend disappears with its location is modified
Date: Sun, 06 Feb 2011 21:24:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Follow-up Comment #1, bug #32374 (project octave):

I'm not sure this is a bug, as reading

http://www.mathworks.com/help/techdoc/ref/legend.html

the location and the orientation can only be set in the legend function a
call that sets the text of the keys. You can however do

plot(1:10)
h = legend ("hello world)
set (h, "location", "east")

Could you check the behavior of matlab for this?

D.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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