diff --git a/examples/tutorials/frames.py b/examples/tutorials/frames.py index 763644fb192..e3cb9869c2a 100644 --- a/examples/tutorials/frames.py +++ b/examples/tutorials/frames.py @@ -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()