File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,9 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
9191 -i " pandas.core.groupby.DataFrameGroupBy.get_group RT03,SA01" \
9292 -i " pandas.core.groupby.DataFrameGroupBy.indices SA01" \
9393 -i " pandas.core.groupby.DataFrameGroupBy.nunique SA01" \
94- -i " pandas.core.groupby.DataFrameGroupBy.plot PR02" \
9594 -i " pandas.core.groupby.DataFrameGroupBy.sem SA01" \
9695 -i " pandas.core.groupby.SeriesGroupBy.get_group RT03,SA01" \
9796 -i " pandas.core.groupby.SeriesGroupBy.indices SA01" \
98- -i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
9997 -i " pandas.core.groupby.SeriesGroupBy.sem SA01" \
10098 -i " pandas.core.resample.Resampler.get_group RT03,SA01" \
10199 -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