Skip to content

Commit 54c73da

Browse files
committed
fixing docstring for SeriesGroupBy.plot
1 parent 1d809c3 commit 54c73da

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
9595
-i "pandas.core.groupby.DataFrameGroupBy.sem SA01" \
9696
-i "pandas.core.groupby.SeriesGroupBy.get_group RT03,SA01" \
9797
-i "pandas.core.groupby.SeriesGroupBy.indices SA01" \
98-
-i "pandas.core.groupby.SeriesGroupBy.plot PR02" \
9998
-i "pandas.core.groupby.SeriesGroupBy.sem SA01" \
10099
-i "pandas.core.resample.Resampler.get_group RT03,SA01" \
101100
-i "pandas.core.resample.Resampler.indices SA01" \

pandas/plotting/_core.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -648,11 +648,6 @@ class PlotAccessor(PandasObject):
648648
Uses the backend specified by the
649649
option ``plotting.backend``. By default, matplotlib is used.
650650
651-
Parameters
652-
----------
653-
data : Series or DataFrame
654-
The object for which the method is called.
655-
656651
Attributes
657652
----------
658653
x : label or position, default None

0 commit comments

Comments
 (0)