Initial commit for slicing in matplotlib

This commit is contained in:
rowanc1
2014-02-07 14:03:37 -08:00
parent cc2ab82f78
commit d6213db486
2 changed files with 87 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class BaseMesh(object):
For example, you have a face variable, and you want the x component of it reshaped to a 3D matrix.
Mesh.r can fulfil your dreams::
Mesh.r can fulfill your dreams::
mesh.r(V, 'F', 'Fx', 'M')
| | | { How: 'M' or ['V'] for a matrix (ndgrid style) or a vector (n x dim) }