Skip to content

Commit ffe0c2a

Browse files
core-manseisman
andauthored
Fix a bug in the "frames" tutorials (#1008)
Co-authored-by: Dongdong Tian <[email protected]>
1 parent 5846e88 commit ffe0c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/frames.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@
105105
projection="X10c/8c",
106106
# Plot axis, tick marks, and axis labels on the west/left and south/bottom axes
107107
# Plot axis and tick marks on the north/top and east/right axes
108-
frame=["WSne", "x+lx-axis", "y+ly-axis"],
108+
frame=["WSne", "xaf+lx-axis", "yaf+ly-axis"],
109109
)
110110
fig.show()

0 commit comments

Comments
 (0)