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
91
91
-i " pandas.core.groupby.DataFrameGroupBy.get_group RT03,SA01" \
92
92
-i " pandas.core.groupby.DataFrameGroupBy.indices SA01" \
93
93
-i " pandas.core.groupby.DataFrameGroupBy.nunique SA01" \
94
- -i " pandas.core.groupby.DataFrameGroupBy.plot PR02" \
95
94
-i " pandas.core.groupby.DataFrameGroupBy.sem SA01" \
96
95
-i " pandas.core.groupby.SeriesGroupBy.get_group RT03,SA01" \
97
96
-i " pandas.core.groupby.SeriesGroupBy.indices SA01" \
98
- -i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
99
97
-i " pandas.core.groupby.SeriesGroupBy.sem SA01" \
100
98
-i " pandas.core.resample.Resampler.get_group RT03,SA01" \
101
99
-i " pandas.core.resample.Resampler.indices SA01" \
Original file line number Diff line number Diff line change @@ -648,11 +648,6 @@ class PlotAccessor(PandasObject):
648
648
Uses the backend specified by the
649
649
option ``plotting.backend``. By default, matplotlib is used.
650
650
651
- Parameters
652
- ----------
653
- data : Series or DataFrame
654
- The object for which the method is called.
655
-
656
651
Attributes
657
652
----------
658
653
x : label or position, default None
You can’t perform that action at this time.
0 commit comments