Skip to content

Commit 3f02fe7

Browse files
committed
More improvements
1 parent a0df497 commit 3f02fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/plotting/_core.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3348,7 +3348,7 @@ def area(self, x=None, y=None, **kwds):
33483348
Coordinates for the X axis. By default uses the index.
33493349
y : label or position, optional
33503350
Column to plot. By default uses all columns.
3351-
stacked : boolean, default True
3351+
stacked : bool, default True
33523352
Area plots are stacked by default. Set to False to create a
33533353
unstacked plot.
33543354
**kwds : optional
@@ -3362,7 +3362,7 @@ def area(self, x=None, y=None, **kwds):
33623362
33633363
See Also
33643364
--------
3365-
pandas.DataFrame.plot : Draw plots.
3365+
DataFrame.plot : Make plots of DataFrame using matplotlib / pylab.
33663366
33673367
Examples
33683368
--------

0 commit comments

Comments
 (0)