Skip to content

Commit ea15734

Browse files
committed
Merge branch 'fix-gridfile-loading' of https://github.com/boutproject/xBOUT into fix-gridfile-loading
2 parents 0ff4e76 + 992f1b1 commit ea15734

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)