Two interactive windows in Gnuplot with wxt terminal

I often use the wxt terminal for Gnuplot for quick data verification. I like interactivity, so that I can easily get control and zoom / move, etc.

Suppose I have to follow the script

 set terminal wxt 0 persist plot x set terminal wxt 1 persist plot x**2 

Now, in window 1, I have an interactive control. However, in window 0, this interactive control is lost.

My question is: how can I get interactive control over window 0?

I am using gnuplot 4.6.2 . I saw several gnuplot graphs are not interactive , but the question is in the x11 terminal, and the answers are to open multiple instances of gnuplot , which seems unnecessary to me.

+9
gnuplot
source share

No one has answered this question yet.

See similar questions:

2
Many gnuplot graphs are not interactive
0
How to save previous plots and windows in Gnuplot?

or similar:

5
why the interactive mode of my gnuplot installation will not rotate when it will be used for batch.dem files as well as for Octave
2
switch to terminal input after gnuplot executable script
one
Gnuplot: hide default graphics?
0
gnuplot does not maximize the graph when using while loop and qt terminal
0
gnuplot - The X axis is the value of time. The graph of X11 is beautiful. How to make .png look like
0
gnuplot: move between separate graphs in one window, for example, an image viewer
0
General misalignment in the Gnuplot column
0
Gnuplot on a raspberry Pi, planning to terminal X11, how can I reuse the same window X?
0
Windows default gnuplot 5.0 rc1 terminal type
0
Gnuplot wxt interactivity in C ++

All Articles