From bug-request at octave dot org Mon Feb 21 09:55:58 2005 Subject: Re: gset sends binary plot data to stdout From: "Dmitri A. Sergatskov" To: Smith Mark E Contr AEDC/DYN CC: "'bug at octave dot org'" Date: Mon, 21 Feb 2005 08:59:19 -0700 Smith Mark E Contr AEDC/DYN wrote: ... > Description: > ----------- > Setting the gnuplot terminal using gset sends binary plot data to the stdin > of the terminal. This only occurs after a plot has been created. The gset > command appears to be issuing a replot command. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Yes it does. This is a consequence of superfluous matlab compatibility requirements for plot-related commands (plot, title, etc...). You need to set: automatic_replot=0 before doing 'gset out'. Regards, Dmitri. -- ------------------------------------------------------------- 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 -------------------------------------------------------------