Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gnuplot wheel unbind

Tags:

gnuplot

I have some medium size graphs which takes 1-2 seconds. I'm using the x11 terminal Sometimes, by accident, I swipe on the plot and this cause the plot to be replotted several times (which hangs my window for several seconds) as shown by show bind command:

gnuplot> show bind

 <wheel-up>           scroll up (in +Y direction)
 <wheel-down>         scroll down
 <shift-wheel-up>     scroll left (in -X direction)
 <shift-wheel-down>   scroll right

would it be possible to unbind these?

I tried with bind '<wheel-up>' "" without success

like image 422
bibi Avatar asked Dec 21 '25 01:12

bibi


1 Answers

You can disable all mouse actions with

unset mouse

Then enable it, if you want, with

set mouse
like image 185
vagoberto Avatar answered Dec 24 '25 12:12

vagoberto



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!