help-octave
[Top][All Lists]
Advanced

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

Saved Chart with missing information - Windows user


From: rpecas
Subject: Saved Chart with missing information - Windows user
Date: Wed, 5 Mar 2014 05:40:59 -0800 (PST)

Hi,
I'm having a problem with saving a plot to a JPG file.
The code I'm using is this:

x=-pi:0.01:pi;
h=plot(x,sin(x),'-');
grid on;
xlabel("Time");
ylabel("Amplitude");
title("Example of Graphic");

The result is this and it's totally correct:

<http://octave.1599824.n4.nabble.com/file/n4662758/Graphic_from_Octave.png> 

After sending the "print" command the results is this:

print -djpg Graphic.jpg

<http://octave.1599824.n4.nabble.com/file/n4662758/Graphic.jpg> 

Can please someone help me?

(Octave 3.6.4 ; Windows 7 32bit)




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Saved-Chart-with-missing-information-Windows-user-tp4662758.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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