You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: