SolarSystemOrbiter icon indicating copy to clipboard operation
SolarSystemOrbiter copied to clipboard

Canvas has no property show()

Open emilmirzayev opened this issue 6 years ago • 1 comments

Hey there! thanks for the good work!

Class matplotlib.backends.backend_tkagg.FigureCanvasTkAgg has no longer show() metod. It is now draw()

Changing the occurrences seems to solve the problem!

emilmirzayev avatar Oct 20 '18 07:10 emilmirzayev

NavigationToolbar2TkAgg also no longer exists in matplotlib 3.0.0+: https://matplotlib.org/api/api_changes.html

Pull request incoming to fix both these issues.

jpatokal avatar Nov 07 '18 11:11 jpatokal