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

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

[Octave-bug-tracker] [bug #40334] printing a plot with legend fails, if


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #40334] printing a plot with legend fails, if setting fontsize
Date: Tue, 22 Oct 2013 12:23:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

Follow-up Comment #4, bug #40334 (project octave):

I tried to debug this and surrounded print.m:409:

 ishandle(h)'
 set (sort (h(ishandle (h))), "fontsize", fontsize);
 ishandle(h)'


and run the script


octave:1> plot(1:2);
octave:2> legend('a');
octave:3> print('test.png','-F:20')
ans =
   1   1   1   1   1   1   1   1   1   1   1   1
ans =
   1   1   0   1   1   1   1   1   1   1   1   1


Why is the handle for the legend text no longer a handle after a call to set?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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