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

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

[Octave-bug-tracker] [bug #40333] print with legend modifies axis positi


From: Torsten
Subject: [Octave-bug-tracker] [bug #40333] print with legend modifies axis position
Date: Thu, 24 Oct 2013 10:14:27 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Follow-up Comment #7, bug #40333 (project octave):

I still have problems when printing with the "size"-options but I am not sure
if this is related to this bug.
Steps to reproduce:


close all;
graphics_toolkit('gnuplot');
figure(1);
clf();
plot(0:1:10);
legend('test plot');
print('print_test.eps','-deps','-S200,200');


The eps-file only contains the lower left part of the figure. When printig
without legend or using fltk everything works as expected.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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