From: Petr M. <mi...@ph...> - 2004-06-21 17:35:41
|
> > I am waiting for mouse input so that mousing is available while the user > > is viewing the plot. For example, if a 3d surface plot is displayed, I > > would do a "pause mouse" so that the users could rotate/scale with plot > > with their mouse. > > But you don't need a 'pause mouse' command for this anyhow. > What's wrong with a regular 'pause -1' command? You can still > exit from the pause via a ctrl-C, or a hotkey, or an external trigger. gnuplot> pause -1 gnuplot_x11: play with mouse as you like, then press <Space> to go to gnuplot and there <Return>. Thus, just two keystrokes. --- Petr |