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
When zooming interactively with a pythonplot, x (and y) axis labels/ticks are not updated. The coordinates of the cursor are also not shown.
This sounds trivial, but it sadly renders the interactivity almost useless for a lot of usecases.
I believe this only applies to the pythonplot backend.
Example:
using Plots pythonplot() plot(1:10)
Before interactive zoom (okay):
After zooming (not helpful):
Axis position for the cursor is not shown:
Plots v1.40.9 PythonPlot v1.0.5 Julia 1.11.1 on Windows (x86_64-w64-mingw32)
I have also tested this with PyPlot, and it does not suffer from these problems.
If I made a pullrequest for this, would someone be willing to review it and help me get it merged?
Any advice appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
When zooming interactively with a pythonplot, x (and y) axis labels/ticks are not updated.
The coordinates of the cursor are also not shown.
This sounds trivial, but it sadly renders the interactivity almost useless for a lot of usecases.
I believe this only applies to the pythonplot backend.
Example:
Before interactive zoom (okay):
After zooming (not helpful):
Axis position for the cursor is not shown:
Versions
Plots v1.40.9
PythonPlot v1.0.5
Julia 1.11.1 on Windows (x86_64-w64-mingw32)
I have also tested this with PyPlot, and it does not suffer from these problems.
If I made a pullrequest for this, would someone be willing to review it and help me get it merged?
Any advice appreciated!
The text was updated successfully, but these errors were encountered: