From 03c5511b896ddca8977c1b07b6fb8e2012e5a19a Mon Sep 17 00:00:00 2001 From: core-man Date: Fri, 5 Mar 2021 20:00:26 +0800 Subject: [PATCH 1/3] Fix a bug in the guide for frames --- examples/tutorials/frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/frames.py b/examples/tutorials/frames.py index 763644fb192..33849ca0706 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=["a", "WSne", "x+lx-axis", "y+ly-axis"], ) fig.show() From 3f3e9391b7b20335ca24a846ab33cb25f85c3238 Mon Sep 17 00:00:00 2001 From: core-man Date: Fri, 5 Mar 2021 20:08:17 +0800 Subject: [PATCH 2/3] Update --- examples/tutorials/frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/frames.py b/examples/tutorials/frames.py index 33849ca0706..114b807a702 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=["a", "WSne", "x+lx-axis", "y+ly-axis"], + frame=["af", "WSne", "x+lx-axis", "y+ly-axis"], ) fig.show() From 8719c0ca928e067b42bb266c46efa9e25526430a Mon Sep 17 00:00:00 2001 From: Yao Jiayuan Date: Fri, 5 Mar 2021 22:36:50 +0800 Subject: [PATCH 3/3] Update Co-authored-by: Dongdong Tian --- examples/tutorials/frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/frames.py b/examples/tutorials/frames.py index 114b807a702..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=["af", "WSne", "x+lx-axis", "y+ly-axis"], + frame=["WSne", "xaf+lx-axis", "yaf+ly-axis"], ) fig.show()