Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Bug summary
Autoscaled axis limits don't take into account text labels added byAxes.pie()
.
Code for reproduction
importmatplotlib.pyplotaspltlabels='Frogs','Hogs','Dogs','Logs'sizes= [15,30,45,10]plt.pie(sizes,labels=labels,labeldistance=1.5,frame=True)plt.show()
Actual outcome
Expected outcome
Text labels are taken into account when autoscaling the Axes, and limits are expanded to include the labels.
Additional information
No response
Operating system
No response
Matplotlib Version
3.6.0.dev1129+ga35921c407
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
git checkout
Metadata
Metadata
Assignees
Labels
No labels