Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dfccf4

Browse files
committed
Add lines_api.rst and patches_api.rst
1 parent 32f2a89 commit 2dfccf4

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

doc/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@
3232
font_manager_api.rst
3333
gridspec_api.rst
3434
legend_api.rst
35+
lines_api.rst
3536
markers_api.rst
3637
mathtext_api.rst
3738
mlab_api.rst
39+
patches_api.rst
3840
path_api.rst
3941
patheffects_api.rst
4042
pyplot_api.rst

doc/api/lines_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*******
2+
patches
3+
*******
4+
5+
6+
:mod:`matplotlib.patches`
7+
=========================
8+
9+
.. automodule:: matplotlib.patches
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

0 commit comments

Comments
 (0)