Skip to content

Commit 2339a87

Browse files
committed
fix inline comments based on scripts/validate_docstring.py
1 parent c12ecfb commit 2339a87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/plotting/_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ def boxplot_frame(
695695
**kwargs,
696696
):
697697
"""
698-
699698
Make a box plot from DataFrame columns.
700699
701700
Make a box-and-whisker plot from DataFrame columns, optionally grouped
@@ -1501,7 +1500,6 @@ def line(
15011500
populations.
15021501
15031502
>>> lines = df.plot.line(x='pig', y='horse')
1504-
15051503
"""
15061504
if color is not None:
15071505
kwargs["color"] = color
@@ -1632,7 +1630,6 @@ def bar(
16321630
:context: close-figs
16331631
16341632
>>> ax = df.plot.bar(x='lifespan', rot=0)
1635-
16361633
"""
16371634
if color is not None:
16381635
kwargs["color"] = color

0 commit comments

Comments
 (0)