Skip to content

Commit 992f1b1

Browse files
committed
Correct region-plotting function in grid plot example
1 parent c7dd274 commit 992f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
grid["psi_poloidal"].bout.pcolormesh()
1414
grid["psi_poloidal"].bout.pcolormesh(shading="gouraud")
1515

16-
grid["psi_poloidal"].bout.regions()
16+
grid["psi_poloidal"].bout.plot_regions()
1717

1818
plt.show()

0 commit comments

Comments
 (0)