8000 DOC: clarify what we mean by object oriented [skip apveyor] [skip act… · matplotlib/matplotlib@a0f51d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0f51d3

Browse files
committed
DOC: clarify what we mean by object oriented [skip apveyor] [skip actions] [skip azp]
1 parent 2d8bca7 commit a0f51d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
The explicit (object-oriented) API is recommended for complex plots, though pyplot
2020
is still usually used to create the figure and often the axes in the figure.
2121
See `.pyplot.figure`, `.pyplot.subplots`, and `.pyplot.subplot_mosaic` to
22-
create figures, and :ref:`Axes API <../axes_api>` for the plotting
22+
create figures, and :doc:`Axes API <../axes_api>` for the plotting
2323
methods on an axes::
2424
2525
import numpy as np

0 commit comments

Comments
 (0)
0