[issue43032] Size of pie chart in matplotlib (frame affects it)

2021-01-26 Thread Mark Dickinson
Mark Dickinson added the comment: Wrong tracker, I'm afraid. This tracker is for the Python core language. Try https://github.com/matplotlib/matplotlib/issues -- nosy: +mark.dickinson resolution: -> third party stage: -> resolved status: open -> closed

[issue43032] Size of pie chart in matplotlib (frame affects it)

2021-01-26 Thread Robert
New submission from Robert : Hi all. Is it an issue or on purpose that enabling and disabling the frame in plt.pie() results in different sized pie charts? In my opinion the code below should provide identical sized charts. If it is on purpose, can you give me a reference? I am using the