|
From: Petr M. <mi...@ph...> - 2004-12-19 13:39:06
|
> >>I wish to use gnuplot to open several x11 terminals, and to change the > >>active terminal interactively (with a mouse click for example), in order > >>to be able to rescale the plot with the mouse (right clicks). > > The SAVE command might be useful. In the past I used "save > x11-fig-NN.cmd", then moved on to > my other plots. When I wanted window NN I could use a "load > x11-fig-NN.cmd" to get the window back. > I would wrap this procedure in a OPEN-FIGURE command that would do all > the book-keeping for me. See > below example. That would be nice to bind (see help bind) a hotkey to "load" such a configuration file for a given x11 window. However, binding to the "load" command does not work as both load and string_execute do some "extraordinary" things with the current command string and its parsing. That was just a note if someone finds how to fix it (I haven't found a way to solve this). --- PM |