diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 68ca06564d3a6..43cb000ddae6b 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -74,8 +74,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then -i "pandas.Period.ordinal GL08" \ -i "pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \ -i "pandas.api.extensions.ExtensionArray.value_counts EX01,RT03,SA01" \ - -i "pandas.core.groupby.DataFrameGroupBy.plot PR02" \ - -i "pandas.core.groupby.SeriesGroupBy.plot PR02" \ -i "pandas.core.resample.Resampler.quantile PR01,PR07" \ -i "pandas.tseries.offsets.BDay PR02,SA01" \ -i "pandas.tseries.offsets.BHalfYearBegin.is_on_offset GL08" \ diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index b46af93c447d4..000435d2a458d 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -760,11 +760,6 @@ class PlotAccessor(PandasObject): Uses the backend specified by the option ``plotting.backend``. By default, matplotlib is used. - Parameters - ---------- - data : Series or DataFrame - The object for which the method is called. - Attributes ---------- x : label or position, default None