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 e5f89e9 commit 8b5f849Copy full SHA for 8b5f849
doc/api/index.rst
@@ -10,6 +10,7 @@
10
:Date: |today|
11
12
.. toctree::
13
+ :maxdepth: 1
14
15
api_changes.rst
16
matplotlib_configuration_api.rst
@@ -35,3 +36,4 @@
35
36
ticker_api.rst
37
units_api.rst
38
index_backend_api.rst
39
+ widgets_api.rst
doc/api/widgets_api.rst
@@ -0,0 +1,12 @@
1
+*******
2
+widgets
3
4
+
5
6
+:mod:`matplotlib.widgets`
7
+=========================
8
9
+.. automodule:: matplotlib.widgets
+ :members:
+ :undoc-members:
+ :show-inheritance:
0 commit comments