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
The text was updated successfully, but these errors were encountered:
PaleNeutron
changed the title
[Bug]: rcParams["figure.figsize"] will be reset the first time plt.plot` invoke
[Bug]: rcParams["figure.figsize"] will be reset the first time plt.plot invoke
Jul 15, 2022
This is a known and fixed bug which was exposed by 3.5.2 and fixed by ipython/matplotlib-inline#14 but I think we need a new release of matplotlib-inline.
Bug summary
plt.rcParams["figure.figsize"]
will be reset the first timeplt.plot
invoke.Code for reproduction
Actual outcome
Expected outcome
figure size is
12,6
the first timeAdditional information
No response
Operating system
windows & linux
Matplotlib Version
3.5.2
Matplotlib Backend
module://matplotlib_inline.backend_inline
Python version
Python 3.10.5
Jupyter version
6.4.12
Installation
pip
The text was updated successfully, but these errors were encountered: