Skip to content

Commit

Permalink
Correct region-plotting function in grid plot example
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Nov 14, 2024
1 parent c7dd274 commit 992f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
grid["psi_poloidal"].bout.pcolormesh()
grid["psi_poloidal"].bout.pcolormesh(shading="gouraud")

grid["psi_poloidal"].bout.regions()
grid["psi_poloidal"].bout.plot_regions()

plt.show()

0 comments on commit 992f1b1

Please sign in to comment.