From help-octave-request at bevo dot che dot wisc dot edu Wed Mar 11 10:37:20 1998 Subject: octave bug with replot? From: mhagger at dera dot gov dot uk To: help-octave at bevo dot che dot wisc dot edu Date: Thu, 12 Mar 1998 00:44:26 +0000 (GMT) Hi, I'm having some problems with octave, basically I have a program called "print.m" which does the following: gset terminal postscript color gset output "file.ps" replot gset terminal x11 Now, with octave-2.0.9 all was fine, however with octave-2.0.11 the resulting postscript file is a bit strange and comprises a blank page followed by the required plot. It seems that "replot" is the cause of this problem, since if the replot is replaced by the original plot command then all is fine. Any thoughts? Mark