mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-08 16:48:40 +08:00
updated plots and documentation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from SimPEG import LogicallyOrthogonalMesh, utils
|
||||
import matplotlib.pyplot as plt
|
||||
X, Y = utils.exampleLomGird([3,3],'rotate')
|
||||
M = LogicallyOrthogonalMesh([X, Y])
|
||||
M.plotGrid()
|
||||
plt.show()
|
||||
Reference in New Issue
Block a user