help-octave
[Top][All Lists]
Advanced

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

Re: creating .PS files of plot output....


From: Dmitri A. Sergatskov
Subject: Re: creating .PS files of plot output....
Date: Fri, 23 Jul 2004 14:33:10 -0600
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040626)

Ciotti, Louis A wrote:
I am trying to generate .PS file of my plot output, and I cannot seem to
get it to work properly.

I am going something like this:


gset terminal postscript color;
gset output "amp.ps"

axis([2 7 -1 30]);
title("Curve Fitting");
xlabel("AGC Voltage [V]");
ylabel("Gain [dB]");
plot(AGC,Gain,"-;Datasheet data;",AGC_lin,GainSpline,"-;Linear
Fit;",AGC_lin,Gain_lin,"-;Polyfit;");

All I get for output is a blank .ps file..


Add at the end:

gset output "/dev/null"

Lou


Regards,

Dmitri.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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