Introduction
Introduction Statistics Contact Development Disclaimer Help
tchange data appearance - sphere - GPU-based 3D discrete element method algorit…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 2430f893ee91d85550ecd4e2d9897d37143aa980
parent 3b2f81307fd4d1eb1dda6c012c9795cc89e4486a
Author: Anders Damsgaard <[email protected]>
Date: Thu, 14 Aug 2014 14:05:06 +0200
change data appearance
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -4172,7 +4172,7 @@ class sim:
fig = plt.figure()
plt.xlabel('Time [s]')
plt.ylabel('Consolidation [m]')
- plt.semilogx(t, dh)
+ plt.semilogx(t, dh, '+-')
plt.axhline(y = self.D0)
plt.axhline(y = self.D50)
plt.axhline(y = self.D100)
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.