Skip to content

Commit

Permalink
Merge branch 'master' into dp/boozmn_style_output
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanici authored Sep 2, 2024
2 parents 033e6ec + 941f020 commit f7fb3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desc/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,9 +971,9 @@ def plot_3d(
if grid.num_rho == 1:
n1, n2 = grid.num_theta, grid.num_zeta
if not grid.nodes[-1][2] == 2 * np.pi:
p1, p2 = True, False
p1, p2 = False, False
else:
p1, p2 = True, True
p1, p2 = False, True
elif grid.num_theta == 1:
n1, n2 = grid.num_rho, grid.num_zeta
p1, p2 = False, True
Expand Down

0 comments on commit f7fb3c6

Please sign in to comment.