Geometry3D icon indicating copy to clipboard operation
Geometry3D copied to clipboard

display broken with new version of matplotlib

Open mathieulagrange opened this issue 1 year ago • 0 comments

It seems line 27 of "renderer_matplotlib" shall be replaced by ax = fig.add_subplot(projection='3d') to get the correct display.

see discussion here : https://stackoverflow.com/questions/76217413/figure-size-800x800-with-0-axes-when-using-plt-show-jupyter-notebook

mathieulagrange avatar Oct 25 '23 12:10 mathieulagrange