Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53c5f88

Browse 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

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)