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 173d8bb

Browse filesBrowse files
authored
Merge pull request #9733 from dsblank/patch-1
Allow _BackendNbAgg.show() to take keyword "block"
2 parents e3a8343 + 4516ebf commit 173d8bb
Copy full SHA for 173d8bb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/backends/backend_nbagg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_nbagg.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ def trigger_manager_draw(manager):
258258
manager.show()
259259

260260
@staticmethod
261-
def show():
261+
def show(*args, **kwargs):
262+
## TODO: something to do when keyword block==False ?
262263
from matplotlib._pylab_helpers import Gcf
263264

264265
managers = Gcf.get_all_fig_managers()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.