I need help in how to write the command for saving an image output.
When i use command
set output 'image.png'
the gnuplot saves the image in the same folder as the wgnuplot.exe.
Can someone help me how to write the command if i want save this image
to a specific destination folder?
regards,
Dear Changazi!
Just set your complete path in the 'set output' command as:
set output 'C:\temp\image.png' (example in a windows environment)
or
set output '/home/image.png' (example in a linux environment)
Cheers,
/Johan