Introduction
Introduction Statistics Contact Development Disclaimer Help
tChanged dilation unit in shear visualization to meters - sphere - GPU-based 3D…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 220baf91b8b2819a8b4708244e4ef7a2ce762105
parent 20a8363e249e6bf706fe61c66210feabf14a7b13
Author: Anders Damsgaard <[email protected]>
Date: Mon, 14 Jan 2013 10:40:06 +0100
Changed dilation unit in shear visualization to meters
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -1580,7 +1580,7 @@ def visualize(project, method = 'energy', savefig = True…
# Plot dilation
ax2 = plt.subplot2grid((2,1),(1,0))
ax2.set_xlabel('Shear strain [-]')
- ax2.set_ylabel('Dilation [%]')
+ ax2.set_ylabel('Dilation [m]')
ax2.plot(xdisp/w_x0, dilation, '+-')
ax2.grid()
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.