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

Skip to content

Commit 21aa581

Browse files
committed
added pyplot to api
svn path=/trunk/matplotlib/; revision=5241
1 parent e0b614d commit 21aa581

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

doc/users_guide/api.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Matplotlib API
88
:maxdepth: 3
99

1010
api_introduction
11+
api_pyplot
1112
api_artists
1213

doc/users_guide/api_artists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matplotlib artists
77

88
.. automodule:: matplotlib.artist
99
:members:
10-
10+
:undoc-members:
1111

1212
:mod:`matplotlib.lines`
1313
=============================
@@ -21,10 +21,11 @@ matplotlib artists
2121

2222
.. automodule:: matplotlib.patches
2323
:members:
24+
:undoc-members:
2425

2526
:mod:`matplotlib.text`
2627
=============================
2728

2829
.. automodule:: matplotlib.text
2930
:members:
30-
31+
:undoc-members:

doc/users_guide/api_pyplot.py

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

0 commit comments

Comments
 (0)