Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Save output image file in a specified folder

3,049 views
Skip to first unread message

changazi

unread,
Feb 18, 2011, 8:03:11 AM2/18/11
to
Hi!

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,

Johan B

unread,
Feb 18, 2011, 9:52:16 AM2/18/11
to

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

0 new messages