|
From: Daniel J S. <dan...@ie...> - 2006-06-26 21:16:29
|
Laurence A Williams wrote: > I'm using gnuplot 4.0 and I am having a terrible time trying to convert > and save the plot as a png image file. I managed to do it once by > setting the terminal to png and saving the file with a .png script on > it. However I am not able to repeat the procees for another plot. The > tutorial and help sites have not given adequate explanation for this. > Could you please send an answer with an example in syntax to solve this. gnuplot> set term png gnuplot> set output 'test.png' gnuplot> plot x gnuplot> set output Set "help set term png" for a list of any options. Dan |