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.
gnuplot
Bernhard
source share