On Fri, 18 Dec 2020, Stefano wrote:
The steps followed are pretty trivial: I run the code pasted below,
looked at
the plot in its window, right-clicked to open the menu and asked to save the
plot as EPS. Now I cannot reproduce it myself, so I guess it must have been
some sort of mess in the memory management (using Windows 10 that would not
be surprising at all). In fact that's what I thought rightaway, I posted the
question mostly in case it may be of interest for developers. Thanks for your
interest!
Stefano
<hansl>
plot
options with-lines
literal set nokey
literal set xrange [15:85]
literal FRF(x) = 7.984 -0.522*x + 0.011*x**2 -0.00007*x**3
printf "plot FRF(x)"
end plot --output=display
</hansl>
Not really related to the problem you're having, but... wouldn't it be
easier to just change the last line to
end plot --output="C:\Whatever\Path\You\Need\myfile.eps"
?
-------------------------------------------------------
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
-------------------------------------------------------