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

Skip to content

Commit ccfd140

Browse files
committed
Cleanup blocking_input.
1. Allow passing np.int to ginput() (by extending the isinstance check). 2. Bunch of docstring fixes.
1 parent e22a16a commit ccfd140

File tree

3 files changed

+108
-164
lines changed

3 files changed

+108
-164
lines changed

doc/api/blocking_input_api.rst

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

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
axes_api.rst
2222
axis_api.rst
2323
index_backend_api.rst
24+
blocking_input_api.rst
2425
cbook_api.rst
2526
cm_api.rst
2627
collections_api.rst

0 commit comments

Comments
 (0)