Skip to content

Commit 3bad418

Browse files
committed
Revert "Modify plot2d_polygon to use the standard Rxy, Zxy coordinates labels. Mike Kryjak indicates that this coordinate use was originally an error."
This reverts commit 168244b.
1 parent 168244b commit 3bad418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xbout/plotting/plotfuncs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,14 +945,14 @@ def plot2d_polygon(
945945

946946
if "Rxy_lower_right_corners" in da.coords:
947947
r_nodes = [
948-
"Rxy",
948+
"R",
949949
"Rxy_lower_left_corners",
950950
"Rxy_lower_right_corners",
951951
"Rxy_upper_left_corners",
952952
"Rxy_upper_right_corners",
953953
]
954954
z_nodes = [
955-
"Zxy",
955+
"Z",
956956
"Zxy_lower_left_corners",
957957
"Zxy_lower_right_corners",
958958
"Zxy_upper_left_corners",

0 commit comments

Comments
 (0)