Easiest is to click on the top corner of the plot window and select
options "copy to clipboard". Or directly write to gif via:
gnuplot> set terminal gif
Terminal type set to 'gif'
Options are 'small size 640,480 '
gnuplot> set output "test.gif"
gnuplot> plot sin(x)
gnuplot> set terminal win
Terminal type set to 'windows'
Options are 'color "Arial" 10'
gnuplot> shell
gnuplot> set output "junk"
HTH,
Jon
Murugesan S wrote:
Dear All,
I try to save the plot file as a GIF or JPG iamge in wgnuplot program,
but I can't,
please tell me how to get an out put file as an image from the wgnuplot,
(for microstrain plot)
Thanks in advance
regards
SM