From: Dmitri A. S. <das...@gm...> - 2005-05-19 21:18:36
|
On 5/19/05, Joe Koski <jko...@co...> wrote: > on 5/19/05 9:50 AM, Michael Creel at mic...@ua... wrote: >=20 > > Hello all, > > I'm trying to use print to create some .eps files. It's no longer worki= ng: > > > > octave:1> plot(rand(3,1)) > > octave:2> print("test.eps","-depsc2") .... > On my Mac with octave-2.1.69 and octave-forge, I got the error message "c= an > only plot in 2 or 3 dimensions" when I tried to update my print and legen= d > to use the __gnuplot_replot__ routine in order to eliminate the warning ... FWIW -- the current print.m from the recent octave-forge works fine with octave-2.1.71. [dima@tumbleweed octave]$ octave GNU Octave, version 2.1.71 (i686-pc-linux-gnu). Copyright (C) 2005 John W. Eaton. .... octave:1> plot(rand(3,1)) octave:2> print("test.eps","-depsc2") warning: in fopen near line 55, column 3: warning: fopen: default open mode is now binary octave:3> quit The test.eps file is on ftp://coffee.phys.unm.edu/pub/dima/octave/test.eps I am using a recent gnuplot-4.1 cvs snapshot, but I doubt it matters. =20 Sincerely, Dmitri. |