octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63926] line object buttondownfcn callback doe


From: jirim
Subject: [Octave-bug-tracker] [bug #63926] line object buttondownfcn callback does not work
Date: Wed, 15 Mar 2023 04:27:44 -0400 (EDT)

Follow-up Comment #2, bug #63926 (project octave):

Thanks for a hint! Re-tested on Linux and it works ok.

My Win10 installation is with the system OpenGL. I re-installed with the
software OpenGL and it seems to be working ok then. Just for curiosity, on
Win11 installation works fine with the system OpenGL.

The software OpenGL is causing a problem reported in
https://savannah.gnu.org/bugs/?50692.

Meanwhile, I found out that forcing Y-axis limits to data limits fixes the
issue with the system OpenGL selected.


lh=plot([0 1],[0.1 2.1])
set(lh,'buttondownfcn','disp("line clicked")')
ylim([0.1 2.1])




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63926>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]