Skip to content

Commit 6cd7d9a

Browse files
committed
Fix examples/tutorials/advanced/subplots.py
1 parent b3a21cf commit 6cd7d9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorials/advanced/subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# nrows=2,
4545
# ncols=3,
4646
# figsize=("15c", "6c"),
47-
# frame=Frame(axes="lrtb")
47+
# frame=Frame(axes="lrtb"),
4848
# ):
4949
# ...
5050

0 commit comments

Comments
 (0)