raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Fix set_window_title() error with Matplotlib 3.6 #413

Closed vsnever closed 1 year ago

vsnever commented 1 year ago

This is a hot fix for #383. The deprecated set_window_title() canvas method has been replaced with the manager method. The window title will not update if the canvas does not have a manager.

If possible, it would be great to have this fix in Raysect 0.7.x as well.

CnlPepper commented 1 year ago

Fixed in a recent push to development (v0.8.1).