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
After figure is saved using PdfPages matplot lib shows error when trying to use figure.show(0:
"AttributeError: Figure.show works only for figures managed by pyplot, normally created by pyplot.figure()"
This is new as it worked fine in matplotlib 3.6.3
Bug summary
After figure is saved using PdfPages matplot lib shows error when trying to use figure.show(0:
"AttributeError: Figure.show works only for figures managed by pyplot, normally created by pyplot.figure()"
This is new as it worked fine in matplotlib 3.6.3
Code for reproduction
Actual outcome
AttributeError: Figure.show works only for figures managed by pyplot, normally created by pyplot.figure()
Expected outcome
figure shown
Additional information
No response
Operating system
Windows 11
Matplotlib Version
3.8.3
Matplotlib Backend
TkAgg
Python version
3.11.8
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: