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

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

[Octave-bug-tracker] [bug #32343] last plot resets all other curve label


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #32343] last plot resets all other curve labels
Date: Sun, 06 Feb 2011 08:05:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110103 Fedora/3.6.13-1.fc14 Firefox/3.6.13

Follow-up Comment #8, bug #32343 (project octave):

There still appear to be problems with
legend() using fltk.  Some commands fail
that should work, and the behavior of commands depends
on previous commands.

Examples:
Example 1:
octave:1> plot(1:200)
octave:2> legend({"hello world"}, "location", "northeastoutside");
octave:3> legend({"hello world"}, "location", "northeastoutside");
octave:4>
===============

Each legend command shrinks the plot to the left.


Example 2:
octave:1> plot(1:200)
octave:2> legend({"hello world"}, "location", "northeastoutside");
octave:3> legend({"hello world"}, "location", "southeastoutside");
error: invalid value for array property "position"
error: called from:
error:   /usr/local/share/octave/3.5.0+/m/plot/legend.m at line 640, column
11
octave:3> legend({"hello world"}, "location", "northeastoutside");
octave:4> quit
===============================
Command fails that should be OK. But, following command
works.

Example 3:

octave:1> plot(1:200)
octave:2> legend({"hello world"}, "location", "southeastoutside");
error: invalid value for array property "position"
error: called from:
error:   /usr/local/share/octave/3.5.0+/m/plot/legend.m at line 640, column
11
octave:2> legend({"hello world"}, "location", "northeastoutside");
error: get: unknown axes property textposition
                                                                             
                                       1,1           Top


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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