-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetNextPlotDragDisable #98
Conversation
Set drag operations disable for the next plot. Call right before BeginPlot(). #89 (comment)
I understand what this does, but I don't understand why it's needed. Alternatively, the axis flags could be temporarily modified to include |
Assume that you want to customize with "widget" a plot |
Ok, that makes sense. Let me think on this and make sure there isn't a better solution. I can see potential headaches with the approach you described. Needing widget logic/input detection before |
I’m with you that it’s not perfect. Callback could be a solution, you have a better vision of actual status and direction for future. |
If FitNextPlotAxis is constantly called, avoid axis scroll flickering
Set drag operations disable for the next plot. Call right before BeginPlot().
#89 (comment)