Skip to content
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

[BUG] pythonplot interactive axis rescaling broken #5031

Open
radioflash opened this issue Nov 20, 2024 · 0 comments
Open

[BUG] pythonplot interactive axis rescaling broken #5031

radioflash opened this issue Nov 20, 2024 · 0 comments

Comments

@radioflash
Copy link

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:

using Plots

pythonplot()
plot(1:10)

Before interactive zoom (okay):
Figure_ok

After zooming (not helpful):
Figure_zoomed

Axis position for the cursor is not shown:
No_cursor_position

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants