Results 1 to 1 of 1
How can I save the plotted image plotted by gnuplot, in the format of GIF or JPEG? I plotted a picture then do something as follows:
gnuplot> set terminal jpeg
...
- 07-08-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 10
Need help in using gnuplot
How can I save the plotted image plotted by gnuplot, in the format of GIF or JPEG? I plotted a picture then do something as follows:
gnuplot> set terminal jpeg
Terminal type set to 'jpeg'
Options are 'nocrop font /usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf 12 '
then I want to save it as finplot.jpeg, but it comes out:
gnuplot> set output finplot.jpeg
undefined variable: finplot
What's the problem? Please help.


Reply With Quote