Todd, Annabel wrote:
> Gnuplot version: 4.0
Outdated. I suggest an update to 4.2.2
> I have used the multiplot command in gnuplot.
Why?
> I would like to obtain a
> .eps file of the output. However, when I try to do this I just get a
> file containing only the last graph that was plotted, rather than all
> 12. I guess this is because the 'replot' command replots only the last
> graph...I need a 'remultiplot' command, if you know what I mean.
I rather much doubt that. I guess what you really need is to understand
that multiplot and replot are not intended to be mixed, nor will
anything useful likely result from trying to do so. Be sure you re-read
"help plot" to understand what
plot sin(x), "file1.dat", "file2.dat"
does.
|