From: Michael C. <mic...@ua...> - 2005-05-19 15:50:10
|
Hello all, I'm trying to use print to create some .eps files. It's no longer working: 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 error: plot: can only plot in 2 or 3 dimensions error: plot: can only plot in 2 or 3 dimensions error: called from `print' in file `/usr/share/octave/2.1.69/site/m/octave-forge/plot/print.m' I guess that print.m needs some updating, if anyone knows what needs to be done. Thanks, M. |