File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
8383 -i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
8484 -i " pandas.core.resample.Resampler.quantile PR01,PR07" \
8585 -i " pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
86- -i " pandas.plotting.andrews_curves RT03,SA01" \
8786 -i " pandas.tseries.offsets.BDay PR02,SA01" \
8887 -i " pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
8988 -i " pandas.tseries.offsets.BQuarterBegin.n GL08" \
Original file line number Diff line number Diff line change @@ -389,6 +389,12 @@ def andrews_curves(
389389 Returns
390390 -------
391391 :class:`matplotlib.axes.Axes`
392+ The matplotlib Axes object with the plot.
393+
394+ See Also
395+ --------
396+ plotting.parallel_coordinates : Plot parallel coordinates chart.
397+ DataFrame.plot : Make plots of Series or DataFrame.
392398
393399 Examples
394400 --------
You can’t perform that action at this time.
0 commit comments