> I one particular case I will be displaying 4 graphs and will want to zoom
in
> on a ****tion of any one of them.
>
> Multiplot displays them nicely, BUT only allows zooming on the latest
plot.
> Also when scale is reset, the other plots are still not visible.
>
> Is there a workaround?
Mousing is mainly useful for interactive work during data analysis, so it
makes sense to zoom only one graph. Gnuplot is using "replot" after the
mousing or hotkey events, and as replot does not work for multiplots but
for
the last graph only, you will get just that one last graph.
In order to replot a multiplot, you have to repeat the complete sequence
of
all commands.
---
PM


|