Skip to content

Commit 5f19e31

Browse files
authored
DOC:updated pie plot legend overlap issue, closes #34288 (#34296)
* DOC:updated pie plot legend overlap issue * DOC: pie plot white space removal
1 parent 21c7cbb commit 5f19e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ def pie(self, **kwargs):
14751475
.. plot::
14761476
:context: close-figs
14771477
1478-
>>> plot = df.plot.pie(subplots=True, figsize=(6, 3))
1478+
>>> plot = df.plot.pie(subplots=True, figsize=(11, 6))
14791479
"""
14801480
if (
14811481
isinstance(self._parent, ABCDataFrame)

0 commit comments

Comments
 (0)