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 53c5f88

Browse filesBrowse files
authored
Merge pull request #22499 from tacaswell/API_webagg_show
FIX: make the show API on webagg consistent with others
2 parents 57398fe + 1268123 commit 53c5f88
Copy full SHA for 53c5f88

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_webagg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_webagg.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class _BackendWebAgg(_Backend):
306306
FigureManager = FigureManagerWebAgg
307307

308308
@staticmethod
309-
def show():
309+
def show(*, block=None):
310310
WebAggApplication.initialize()
311311

312312
url = "http://{address}:{port}{prefix}".format(

0 commit comments

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