File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
478
478
-i " pandas.plotting.autocorrelation_plot RT03,SA01" \
479
479
-i " pandas.plotting.lag_plot RT03,SA01" \
480
480
-i " pandas.plotting.parallel_coordinates PR07,RT03,SA01" \
481
- -i " pandas.plotting.plot_params SA01" \
482
481
-i " pandas.plotting.scatter_matrix PR07,SA01" \
483
482
-i " pandas.plotting.table PR07,RT03,SA01" \
484
483
-i " pandas.qcut PR07,SA01" \
Original file line number Diff line number Diff line change @@ -617,6 +617,14 @@ class _Options(dict):
617
617
the same as the plot function parameters, but is stored in a canonical
618
618
format that makes it easy to breakdown into groups later.
619
619
620
+ See Also
621
+ --------
622
+ plotting.register_matplotlib_converters : Register pandas formatters and
623
+ converters with matplotlib.
624
+ plotting.bootstrap_plot : Bootstrap plot on mean, median and mid-range statistics.
625
+ plotting.autocorrelation_plot : Autocorrelation plot for time series.
626
+ plotting.lag_plot : Lag plot for time series.
627
+
620
628
Examples
621
629
--------
622
630
You can’t perform that action at this time.
0 commit comments