Dear all,
is there an (easy?) way to create a eps file of a multiplot-created plot?
I've created 3 three plot using the 'multiplot' option, and it looks quite nice
on the screen. But if I use the hardcopy() method on the gnuplot instance, the
resulting eps file only contains the output of the last plot() command, and all
the other plots are omitted.
I've also tried using the replot() command like
gp("set term postscript eps enhanced color")
gp("set output 'plot.eps'")
gp('replot')
, but this fails since all the temporary files that gnuplot.py creates are
already gone.
Any advice?
Cheers,
Marcus
|