|
| From: | Andreas Weber |
| Subject: | [Octave-bug-tracker] [bug #40333] print with legend modifies axis position |
| Date: | Tue, 22 Oct 2013 15:18:54 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9 |
Update of bug #40333 (project octave):
Category: Plotting with gnuplot => Plotting
Item Group: None => Regression
_______________________________________________________
Follow-up Comment #3:
I can confirm this with default 132d9f543cc5 (after fix of bug 40334)
close all
graphics_toolkit fltk
for k=1:6
plot(1:2);
legend('a');
print('test.png','-F:20');
get (gca, 'outerposition')
endfor
close all
graphics_toolkit gnuplot
for k=1:6
plot(1:2);
legend('a');
print('test.png');
get (gca, 'outerposition')
endfor
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40333>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |