We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When we zoom or drag the plot on a single axis (e.g. with allow_zoom([false, true].into())) the other axis is reset to autobounds.
allow_zoom([false, true].into())
To Reproduce Steps to reproduce the behavior:
Expected behavior
When zooming or dragging on only one axis, the other axis should be left alone instead of resetting.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Prevent plot from resetting one axis while zooming/dragging the other
d737f4e
Closes emilk#4251
Prevent plot from resetting one axis while zooming/dragging the other (…
c4f16af
…#4252) * Closes <#4251>
cadaa7a
Prevent plot from resetting one axis while zooming/dragging the other…
2d5d728
… (#4252) * Closes <emilk/egui#4251>
e635b9a
…emilk#4252) * Closes <emilk#4251>
Successfully merging a pull request may close this issue.
Describe the bug
When we zoom or drag the plot on a single axis (e.g. with
allow_zoom([false, true].into())
) the other axis is reset to autobounds.plot_drag_single_axis.mp4
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When zooming or dragging on only one axis, the other axis should be left alone instead of resetting.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: