Skip to content

Commit 168244b

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

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-
"R",
948+
"Rxy",
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-
"Z",
955+
"Zxy",
956956
"Zxy_lower_left_corners",
957957
"Zxy_lower_right_corners",
958958
"Zxy_upper_left_corners",

0 commit comments

Comments
 (0)