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

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

[Octave-bug-tracker] [bug #34720] printing svg gets out of canvas


From: Muhali
Subject: [Octave-bug-tracker] [bug #34720] printing svg gets out of canvas
Date: Wed, 02 Nov 2011 19:04:42 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Follow-up Comment #2, bug #34720 (project octave):

update 2:

it also seems important that there is a pause between the two plot commands
(e.g. in interactive mode). All in all, the shrunk printout appears from this
script:


plot(rand(2,2)) ;
pause(2) ;
plot(rand(2,2)) ;
print foo.png ;


Sorry for the noise.

M.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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