i need help programmatically plot graphs using Gnuplot.
I have N graphs I want to plot each on a different window.
I currently generate a string containing a gnuplot script, where every plot call comes after a "set terminal wxt n", with n=0,1,...,N.
The problem is the active window is always the Nth, then the interactivity is disabled on the other N-1.
What can I do to re-gain the zoom/grid control? Why the control is not on the current focused window? Thank you very much for your attention.