help-octave
[Top][All Lists]
Advanced

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

octave-forge, grace, and fink


From: A Hodel
Subject: octave-forge, grace, and fink
Date: Tue, 11 Jan 2005 14:27:13 -0600

I've just installed octave-forge on my mac to attempt better matlab-likeness in a class I'm teaching. I am unable to use the print command, and I'm not sure why. Here's a short script and its output:

octave:1> xx = linspace(0,1);  yy = xx.^2; figure(1); plot(xx,yy);
octave:2> print -depsc 'testplot.eps'
error: replot: must have something to plot
error: replot: must have something to plot
error: called from `print' in file `/sw/share/octave/2.1.53/site/m/octave-forge/plot/print.m'

I've done a short search on the web/octave archives, and didn't see this issue. Does anyone have experience or suggestions with this problem?

A Scottedward Hodel, PhD, Associate Professor
Dept. Electrical and Computer Engineering, 200 Broun Hall
Auburn University, AL 36849-5201
(334) 844-1854  Fax: (34) 844-1809
http://www.eng.auburn.edu/~hodelas



-------------------------------------------------------------
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]