File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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" \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments