tchange data appearance - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 2430f893ee91d85550ecd4e2d9897d37143aa980
 (DIR) parent 3b2f81307fd4d1eb1dda6c012c9795cc89e4486a
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       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(-)
       ---
 (DIR) 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)