Skip to content

Commit

Permalink
Modify plot2d_polygon to use the standard Rxy, Zxy coordinates labels…
Browse files Browse the repository at this point in the history
…. Mike Kryjak indicates that this coordinate use was originally an error.
  • Loading branch information
mrhardman committed Dec 6, 2024
1 parent ea15734 commit 168244b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbout/plotting/plotfuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,14 +945,14 @@ def plot2d_polygon(

if "Rxy_lower_right_corners" in da.coords:
r_nodes = [
"R",
"Rxy",
"Rxy_lower_left_corners",
"Rxy_lower_right_corners",
"Rxy_upper_left_corners",
"Rxy_upper_right_corners",
]
z_nodes = [
"Z",
"Zxy",
"Zxy_lower_left_corners",
"Zxy_lower_right_corners",
"Zxy_upper_left_corners",
Expand Down

0 comments on commit 168244b

Please sign in to comment.