Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
Bug summary
I think#21749 wasn't fully fixed.mpl_toolkits.axes_grid1.inset_locator.inset_axes
still appears to be affected. This still throws in v3.5.1:
Code for reproduction
importmatplotlibimportmatplotlib.pyplotaspltfrommpl_toolkits.axes_grid1.inset_locatorimportinset_axesmatplotlib.__version__# > '3.5.1'fig,ax=plt.subplots(1,1)pts=ax.scatter([0,1], [0,1],c=[1,5])cax=inset_axes(ax,width="3%",height="70%")plt.colorbar(pts,cax=cax)plt.tight_layout()
Actual outcome
AttributeError:'AnchoredSizeLocator'objecthasnoattribute'get_subplotspec'
Expected outcome
No error
Additional information
No response
Operating system
No response
Matplotlib Version
3.5.1
Matplotlib Backend
module://matplotlib_inline.backend_inline
Python version
3.10.2
Jupyter version
No response
Installation
pip