|
From: gnuuser4165 <s4...@ya...> - 2014-03-20 20:21:01
|
set term png set output MainPlot.png plot "ABC.dat" plot "XYZ.dat" Set output set term pop I see this generate plot MainPlot.png using ABC.dat but does not overwrite by XYZ.dat. I have loop where I wanted to overwrite output on same file. can Anyone help on this? -- View this message in context: http://gnuplot.10905.n7.nabble.com/Gnuplot-doesnot-give-output-if-file-exist-tp18266.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |