Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccfd140

Browse filesBrowse 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
Copy full SHA for ccfd140

File tree

Expand file treeCollapse file tree

3 files changed

+108
-164
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+108
-164
lines changed

‎doc/api/blocking_input_api.rst

Copy file name to clipboard
+7Lines 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

Copy file name to clipboardExpand all lines: doc/api/index.rst
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.