Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I detect clicks on only the xaxis? How about only on the plot area where series go?
I have tried:
is_mouseinside(ax.scene)
But that detects either axis and also triggers for clicks inside the plot area.
I need the xaxis and plot area separately.
Beta Was this translation helpful? Give feedback.
All reactions