Skip to content

Commit

Permalink
Fix a bug in the "frames" tutorials (#1008)
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
  • Loading branch information
core-man and seisman committed Mar 5, 2021
1 parent 5846e88 commit ffe0c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
projection="X10c/8c",
# Plot axis, tick marks, and axis labels on the west/left and south/bottom axes
# Plot axis and tick marks on the north/top and east/right axes
frame=["WSne", "x+lx-axis", "y+ly-axis"],
frame=["WSne", "xaf+lx-axis", "yaf+ly-axis"],
)
fig.show()

0 comments on commit ffe0c2a

Please sign in to comment.