On Fri, 17 May 2013, Gabriela Nodari wrote:
Dear gretl users,
I have modified the code of a graph generated by gretl. I am no more able
to save this graph in eps format using menu options. Does someone know what
I should write in the code to save this graph?
See the help for "set terminal" and "set output". For example:
<gnuplot>
set terminal eps
set output 'Moo.eps'
plot cos(x)
</gnuplot>
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------