Skip to content

Commit 1268123

Browse files
committed
FIX: make the show API on webagg consistent with others
1 parent 3c6efec commit 1268123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_webagg.py

Lines 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)