Plotting functionality working.

This commit is contained in:
Luz Angelica Caudillo Mata
2013-07-22 16:35:23 -07:00
parent 22cfc6181c
commit bffbabf391
+2 -2
View File
@@ -162,7 +162,7 @@ if __name__ == '__main__':
sigma = defineBlockConductivity(p0,p1,ccMesh,condVals)
# Plot sigma model
M.plotImage(sigma)
#M.plotImage(sigma)
print sigma
print 'Done with block! :)'
@@ -173,7 +173,7 @@ if __name__ == '__main__':
sigma = defineTwoLayeredConductivity(depth,ccMesh,condVals)
M.plotImage(sigma)
#M.plotImage(sigma)
print sigma
print 'layer model!'