We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea1508 commit 51350bcCopy full SHA for 51350bc
doc/source/api.rst
@@ -2388,15 +2388,23 @@ Style Export and Import
2388
Styler.to_excel
2389
2390
Plotting
2391
-~~~~~~~~
+--------
2392
2393
-.. currentmodule:: pandas
+.. currentmodule:: pandas.plotting
2394
+
2395
+The following functions are contained in the `pandas.plotting` module.
2396
2397
.. autosummary::
2398
:toctree: generated/
2399
- plotting.register_matplotlib_converters
- plotting.deregister_matplotlib_converters
2400
+ andrews_curves
2401
+ bootstrap_plot
2402
+ deregister_matplotlib_converters
2403
+ lag_plot
2404
+ parallel_coordinates
2405
+ radviz
2406
+ register_matplotlib_converters
2407
+ scatter_matrix
2408
2409
.. currentmodule:: pandas
2410
0 commit comments