updates to view, and documentation of base mesh.

This commit is contained in:
Rowan Cockett
2013-10-22 14:42:30 -07:00
parent 41b7dbe82b
commit 13efdc12f9
2 changed files with 28 additions and 0 deletions
+3
View File
@@ -267,6 +267,9 @@ class TensorView(object):
if faces:
ax.plot(xs1[:, 0], xs1[:, 1], 'g>')
ax.plot(xs2[:, 0], xs2[:, 1], 'g^')
if edges:
ax.plot(self.gridEx[:, 0], self.gridEx[:, 1], 'c>')
ax.plot(self.gridEy[:, 0], self.gridEy[:, 1], 'c^')
# Plot the grid lines
if lines: