|
From: Hans-Bernhard B. <br...@ph...> - 2004-05-19 10:46:56
|
On Wed, 19 May 2004, Francy wrote: > How can I save a graphic of 'plot datafile'? You don't exactly just "save" it. You create it again, this time to a file-based terminal driver you choose. In the simplest of all cases: set term push # remember what it was set term png ; set out 'myplot.png' # turn to PNG creation replot set out ; set term pop # return to screen terminal -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |