help-octave
[Top][All Lists]
Advanced

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

Octave plot on Windows


From: lixo1
Subject: Octave plot on Windows
Date: Mon, 1 Feb 2010 13:26:04 -0800 (PST)

Dear all,

I'm using octave 3.2.3, I'm observing that when I plot something like:
x = [-5:0.1:5];
y = sin(x);
plot(x,y);

The gnuplot window is very big, and the gnuplot version is not the wgnuplot
(see image).

http://old.nabble.com/file/p27411647/Capture2.png 

I would like to get it as default:
http://old.nabble.com/file/p27411647/Capture.png 

So my question: Is there a way to set the default plot as wgnuplot layout?
How can I fix the window size?

Thank you very much for any kind of help.
-- 
View this message in context: 
http://old.nabble.com/Octave-plot-on-Windows-tp27411647p27411647.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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