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

Skip to content

Commit 1682c88

Browse files
committed
added a few incomplete backend APIs
svn path=/trunk/matplotlib/; revision=5533
1 parent 9f89c5e commit 1682c88

4 files changed

Lines changed: 24 additions & 1 deletion

File tree

doc/api/backend_gtkagg_api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
:mod:`matplotlib.backends.backend_gtkagg`
3+
=========================================
4+
5+
.. automodule:: matplotlib.backends.backend_gtkagg
6+
:members:
7+
:undoc-members:

doc/api/backend_qt4agg_api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
:mod:`matplotlib.backends.backend_qt4agg`
3+
=========================================
4+
5+
.. automodule:: matplotlib.backends.backend_qt4agg
6+
:members:
7+
:undoc-members:

doc/api/backend_wxagg_api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
:mod:`matplotlib.backends.backend_wxagg`
3+
========================================
4+
5+
.. automodule:: matplotlib.backends.backend_wxagg
6+
:members:
7+
:undoc-members:

doc/api/index_backend_api.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ matplotlib backends
55
.. toctree::
66

77
backend_bases_api.rst
8-
8+
backend_gtkagg_api.rst
9+
backend_qt4agg_api.rst
10+
backend_wxagg_api.rst

0 commit comments

Comments
 (0)