We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12ecfb commit 2339a87Copy full SHA for 2339a87
pandas/plotting/_core.py
@@ -695,7 +695,6 @@ def boxplot_frame(
695
**kwargs,
696
):
697
"""
698
-
699
Make a box plot from DataFrame columns.
700
701
Make a box-and-whisker plot from DataFrame columns, optionally grouped
@@ -1501,7 +1500,6 @@ def line(
1501
1500
populations.
1502
1503
>>> lines = df.plot.line(x='pig', y='horse')
1504
1505
1506
if color is not None:
1507
kwargs["color"] = color
@@ -1632,7 +1630,6 @@ def bar(
1632
1630
:context: close-figs
1633
1631
1634
>>> ax = df.plot.bar(x='lifespan', rot=0)
1635
1636
1637
1638
0 commit comments