tallow the unsmoothed plot to go outside figure axes - 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 9da0de7c1193e9003ab7f896edf225a84503810c
 (DIR) parent 2872548a8c5c35dab22746f6a851a87bd328b390
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 14 Apr 2015 20:54:55 +0200
       
       allow the unsmoothed plot to go outside figure axes
       
       Diffstat:
         M python/halfshear-darcy-strength-di… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/halfshear-darcy-strength-dilation.py b/python/halfshear-darcy-strength-dilation.py
       t@@ -228,7 +228,7 @@ for c in numpy.arange(0,len(k_c_vals)):
            # unsmoothed
            ax1.plot(shear_strain[c][1:], friction[c][1:], \
                    label=label, linewidth=1,
       -            alpha=0.2, color='gray')
       +            alpha=0.2, color='gray', clip_on=False)
                    #alpha=alpha, color=color[c])
        
            # smoothed