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

Skip to content

Commit bdb0c3c

Browse files
committed
Added image and offsetbox apis to the API list.
1 parent 82f5ced commit bdb0c3c

File tree

4 files changed

+27
-34
lines changed

4 files changed

+27
-34
lines changed

doc/api/artist_api.rst

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
artists
55
*******
66

7-
.. inheritance-diagram:: matplotlib.patches matplotlib.lines matplotlib.text matplotlib.offsetbox
7+
.. inheritance-diagram:: matplotlib.patches matplotlib.lines matplotlib.text matplotlib.offsetbox matplotlib.image
88
:parts: 2
99

1010
:mod:`matplotlib.artist`
@@ -15,36 +15,3 @@ artists
1515
:undoc-members:
1616
:show-inheritance:
1717

18-
19-
:mod:`matplotlib.lines`
20-
=======================
21-
22-
.. automodule:: matplotlib.lines
23-
:members:
24-
:undoc-members:
25-
:show-inheritance:
26-
27-
:mod:`matplotlib.patches`
28-
=========================
29-
30-
.. automodule:: matplotlib.patches
31-
:members:
32-
:undoc-members:
33-
:show-inheritance:
34-
35-
:mod:`matplotlib.text`
36-
======================
37-
38-
.. automodule:: matplotlib.text
39-
:members:
40-
:undoc-members:
41-
:show-inheritance:
42-
43-
44-
:mod:`matplotlib.offsetbox`
45-
===========================
46-
47-
.. automodule:: matplotlib.offsetbox
48-
:members:
49-
:undoc-members:
50-
:show-inheritance:

doc/api/image_api.rst

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

doc/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
finance_api.rst
3232
font_manager_api.rst
3333
gridspec_api.rst
34+
image_api.rst
3435
legend_api.rst
3536
lines_api.rst
3637
markers_api.rst
3738
mathtext_api.rst
3839
mlab_api.rst
40+
offsetbox_api.rst
3941
patches_api.rst
4042
path_api.rst
4143
patheffects_api.rst

doc/api/offsetbox_api.rst

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

0 commit comments

Comments
 (0)