#711141 gnuplot-qt: zooming doesn't work with the 'qt' terminal in -persist state

Package:
gnuplot-qt
Source:
gnuplot
Description:
Command-line driven interactive plotting program. QT-package
Submitter:
Vincent Lefevre
Date:
2015-11-04 02:00:36 UTC
Severity:
minor
#711141#5
Date:
2013-06-05 00:44:50 UTC
From:
To:
The "zoom" documentation says:

 Zooming is usually accomplished by holding down the left mouse button and
 dragging the mouse to delineate a zoom region.  Some platforms may require
 using a different mouse button.  The original plot can be restored by typing
 the 'u' hotkey in the plot window.  The hotkeys 'p' and 'n' step back and
 forth through a history of zoom operations.

 The option `zoomcoordinates` determines if the coordinates of the zoom box are
 drawn at the edges while zooming. This is on by default.

 If the option `zoomjump` is on, the mouse pointer will be automatically
 offset a small distance after starting a zoom region with button 3. This can
 be useful to avoid a tiny (or even empty) zoom region. `zoomjump` is off by
 default.

But holding down any mouse button doesn't have any effect in the 'qt'
terminal. And the zoom buttons and the hotkeys don't have any effect
either.

#711141#10
Date:
2013-06-05 06:03:59 UTC
From:
To:
Hi,

you help will be much more effective, if you report all of this bugs directly to
upstream instead of Debian BTS. I am sure, all of them are not Debian-specific,

If you do really want to see them fixed, please, do it.

Thank you,

Anton

2013/6/5 Vincent Lefevre <vincent@vinc17.net>:

#711141#15
Date:
2013-06-05 06:07:10 UTC
From:
To:
severity 711139 minor
severity 711141 minor
severity 711142 minor
thanks

#711141#22
Date:
2014-06-05 11:27:26 UTC
From:
To:
This was in my TODO list, but I didn't have the time. I'll do that.
In the mean time, since wxt is no longer supported, I'm closing
bug 711142.

#711141#31
Date:
2014-06-05 15:54:07 UTC
From:
To:
Upstream here (sfeam@users.sourceforge.net)

Mousing and zoom has always worked fine in the qt terminal.
The only mousing-related bug in our tracker was that
left-mouse click did not terminate a "pause mouse" command.

I wonder if you are seeing the effect of something else.
For example, there are certain states of the main program
during which mousing is disabled.   Could you please give
a more detailed desciption of the sequence of commands and
mouse actions that you are using to test with?

#711141#36
Date:
2014-06-10 07:40:44 UTC
From:
To:
Like bug 711139, this problem with the 'qt' terminal only occurs
after the main gnuplot program has terminated, in -persist state,
e.g. with

$ GNUTERM=qt gnuplot -persist <<EOF
plot '-' using 1:2 t '' with line
0 0
10 10
e
EOF