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 32f2a89 commit 2dfccf4Copy full SHA for 2dfccf4
doc/api/index.rst
@@ -32,9 +32,11 @@
32
font_manager_api.rst
33
gridspec_api.rst
34
legend_api.rst
35
+ lines_api.rst
36
markers_api.rst
37
mathtext_api.rst
38
mlab_api.rst
39
+ patches_api.rst
40
path_api.rst
41
patheffects_api.rst
42
pyplot_api.rst
doc/api/lines_api.rst
@@ -0,0 +1,12 @@
1
+*****
2
+lines
3
4
+
5
6
+:mod:`matplotlib.lines`
7
+=======================
8
9
+.. automodule:: matplotlib.lines
10
+ :members:
11
+ :undoc-members:
12
+ :show-inheritance:
doc/api/patches_api.rst
+*******
+patches
+:mod:`matplotlib.patches`
+=========================
+.. automodule:: matplotlib.patches
0 commit comments