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

pan does not draw during panning #55

Open
lkjell opened this issue Oct 7, 2017 · 2 comments
Open

pan does not draw during panning #55

lkjell opened this issue Oct 7, 2017 · 2 comments

Comments

@lkjell
Copy link

lkjell commented Oct 7, 2017

The NavigationToolbar2Kivy class miss a dynamic_update() function which draw the plot during panning.
dynamic_update() usually just call self.canvas.draw_idle() But draw_idle() is not yet implemented. Is there a way to implement draw_idle() with kivy event based driven approach? Using draw() in dynamic_update() is very slow.

@lkjell
Copy link
Author

lkjell commented Oct 8, 2017

Fixed in pull request #56. Just waiting to be pulled in.

@bluenote10
Copy link

What happened to #56?

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

No branches or pull requests

2 participants