Skip to content

Commit c4bb391

Browse files
authored
Merge pull request #22501 from meeseeksmachine/auto-backport-of-pr-22499-on-v3.5.x
Backport PR #22499 on branch v3.5.x (FIX: make the show API on webagg consistent with others)
2 parents 87e99aa + 7b0ee85 commit c4bb391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_webagg.py

+1-1
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)