Introduction
Introduction Statistics Contact Development Disclaimer Help
tremove linear plot - sphere - GPU-based 3D discrete element method algorithm w…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 096a799126d8262917e89ae78079f57e350fbaeb
parent 0ec8a4f1b6edc5d1e88490612102bfa70e9ea1ed
Author: Anders Damsgaard <[email protected]>
Date: Thu, 14 Aug 2014 15:59:24 +0200
remove linear plot
Diffstat:
M python/sphere.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -4205,7 +4205,6 @@ class sim:
plt.title('$c_v$ = %.2e m$^2$ s$^{-1}$ at %.1f kPa and $e$ = %.2f' \
% (self.c_v, sb.w_devs[0]/1000.0, e))
plt.semilogx(t, H, '+-')
- plt.plot(t, H, '+-')
plt.axhline(y = self.H0, color='gray')
plt.axhline(y = self.H50, color='gray')
plt.axhline(y = self.H100, color='gray')
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.