Petr Mikulik wrote:
>>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.
But that's what "normal" folk. I've never been confused with "normal" ;)
Seriously I might want to look at a fine detail of any of the plots to
make a selection of parameters (plural) at a later point. There is a
pair of lots in particular that I find I want to iterate over. But I
also want to keep all in view when setting the parameters.
Thanks
> 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


|