8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8bca7 commit a0f51d3Copy full SHA for a0f51d3
lib/matplotlib/pyplot.py
@@ -19,7 +19,7 @@
19
The explicit (object-oriented) API is recommended for complex plots, though pyplot
20
is still usually used to create the figure and often the axes in the figure.
21
See `.pyplot.figure`, `.pyplot.subplots`, and `.pyplot.subplot_mosaic` to
22
-create figures, and :ref:`Axes API <../axes_api>` for the plotting
+create figures, and :doc:`Axes API <../axes_api>` for the plotting
23
methods on an axes::
24
25
import numpy as np
0 commit comments