On Sat, 25 Oct 2008, Sven Schreiber wrote:
Instead of refining the gnuplot commands, I personally think
it's often worth to start from scratch with different tools...
The gnuplot documentation is a bit indigestible. Learning by
example is a good way to go.
http://gnuplot.sourceforge.net/demo_4.3/
The fig-format thing might be interesting, but exporting to fig
doesn't currently seem possible from within gretl, or am I
missing something?
You can export to any format that is supported by your build of
gnuplot. (To see a listing, do "set term" in gnuplot.)
Make graph -> save as icon -> right-click icon, "Edit plot
commands" -> insert, e.g.,
set term fig <options>
set output 'foo.fig'
and click the Exec icon.
Allin.