Gopesh Patel wrote:
>
> I want to save the plots which I produce as a jpeg or png file.
> Right now I am taking screenshots of the plots but its not the right way I
> think.
> Is there any smart way to do this ?
yes.
gnuplot> help term png
is your friend.
however, it maybe that you get:
Sorry, no help for 'term png'
in which case you don't have png support compiled in.
gnuplot> help term
will list all the terminals avaliable to you, so if you don't have png
support you can choose a suitable alternative.
r,
|