tincrease width of energy plots - 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 8a6f7f461ad9ed1702a9e8afc61b27f02c0d4dbb
 (DIR) parent 70bb2b42c839195212ba778c5f498a4ea82b0e8c
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri,  6 Feb 2015 10:46:43 +0100
       
       increase width of energy plots
       
       Diffstat:
         M python/sphere.py                    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/python/sphere.py b/python/sphere.py
       t@@ -5500,6 +5500,7 @@ class sim:
                    fig = plt.figure(figsize=(8,8))
        
                if method == 'energy':
       +            fig = plt.figure(figsuze=(20,8))
        
                    # Allocate arrays
                    Epot = numpy.zeros(lastfile+1)