nutonomy / nuscenes-devkit

The devkit of the nuScenes dataset.
https://www.nuScenes.org
Other
2.19k stars 617 forks source link

Support matplotlib >=3.6.0 #1095

Open gdippolito opened 2 weeks ago

gdippolito commented 2 weeks ago

nuscene-devkit only supports matplotlib < 3.6.0. I have tried to apply the suggestion from this comment and see if this works with matplotlib >= 3.4.0 (I'm mostlry interested in 3.6.0+ due to this issue)

The change rename fig.canvas.set_window_title to fig.canvas.manager.set_window_title

I still need to build a PR and test it.