help-octave
[Top][All Lists]
Advanced

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

Re: Printing


From: charles reid
Subject: Re: Printing
Date: Sat, 30 Aug 2008 14:37:58 -0600

You may want to try saving the output of the plot to an external file (before/after you view the plot).
There's a nice (short) writeup here on how to do that:

www.mathstat.dal.ca/~iron/math2400/ocplot.pdf

That should give you some ideas.  Hope that helps!


Charles

On Sat, Aug 30, 2008 at 1:56 PM, David Arnold <address@hidden> wrote:
All,

After some of my students installed:

http://downloads.sourceforge.net/octave/octave-3.1.50-setup.exe?
modtime=1216584334&big_mirror=0

They made a plot:

x=linspace(-5,5);
y=x.^2;
plot(x,y)

Then tried to print with the command:

print

No success. What can they do to make this work on Windows?

D.
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

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