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 3af4be1

Browse filesBrowse files
committed
FIX: make the show API on webagg consistent with others
1 parent b8408dc commit 3af4be1
Copy full SHA for 3af4be1

File tree

1 file changed

+1
-1
lines changed
Filter options

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
@@ -302,7 +302,7 @@ class _BackendWebAgg(_Backend):
302302
FigureManager = core.FigureManagerWebAgg
303303

304304
@staticmethod
305-
def show():
305+
def show(*, block=None):
306306
WebAggApplication.initialize()
307307

308308
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.