12 Feb 2009 02:32 PM |
|
I want to know how to save the graph, that I got using PLOT command, as a JPG file...!!
Thank you!
Maha
|
|
|
|
Deleted User New Member
Posts:  
04 Mar 2009 03:14 PM |
|
write_jpeg, 'filename.jpg', tvrd()
i think this exact example is given in the help file for write_jpeg :)
|
|
|
|
Deleted User New Member
Posts:  
01 Apr 2009 09:29 AM |
|
thanks, this helps me too ... however, if I want to save the colors as well, I guess I have to do something else.
Can you help?
|
|
|
|
Deleted User New Member
Posts:  
07 Apr 2009 11:16 AM |
|
Try write_jpeg, 'filenamer.jpg', tvrd( /TRUE )
|
|
|
|