Thanks to visit codestin.com Credit goes to github.com
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 8b28c01 commit 7189eedCopy full SHA for 7189eed
2 files changed
doc/api/blocking_input.rst
@@ -0,0 +1,17 @@
1
+===========================
2
+ ``blocking_input`` module
3
4
+
5
+.. automodule:: matplotlib.blocking_input
6
+ :no-members:
7
+ :no-undoc-members:
8
9
+.. autosummary::
10
+ :toctree: _as_gen
11
+ :template: autosummary.rst
12
+ :nosignatures:
13
14
+ BlockingInput
15
+ BlockingMouseInput
16
+ BlockingContourLabeler
17
+ BlockingKeyMouseInput
doc/api/index.rst
@@ -77,6 +77,7 @@ Matplotlib consists of the following submodules:
77
backend_tools_api.rst
78
index_backend_api.rst
79
bezier_api.rst
80
+ blocking_input
81
blocking_input_api.rst
82
category_api.rst
83
cbook_api.rst
0 commit comments