File tree 2 files changed +6
-1
lines changed
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
83
83
-i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
84
84
-i " pandas.core.resample.Resampler.quantile PR01,PR07" \
85
85
-i " pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
86
- -i " pandas.plotting.andrews_curves RT03,SA01" \
87
86
-i " pandas.tseries.offsets.BDay PR02,SA01" \
88
87
-i " pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
89
88
-i " pandas.tseries.offsets.BQuarterBegin.n GL08" \
Original file line number Diff line number Diff line change @@ -389,6 +389,12 @@ def andrews_curves(
389
389
Returns
390
390
-------
391
391
: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.
392
398
393
399
Examples
394
400
--------
You can’t perform that action at this time.
0 commit comments