tnewline in annotation - 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 586d9fd9ed9b3a18538da0ea30ff6b6802799963
 (DIR) parent 5167c8646b2577cba19d85f081f3914808d67438
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue,  7 Oct 2014 16:14:24 +0200
       
       newline in annotation
       
       Diffstat:
         M python/shear-results-internals.py   |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/python/shear-results-internals.py b/python/shear-results-internals.py
       t@@ -151,9 +151,9 @@ for s in numpy.arange(len(steps)):
            #strain_str = 'Shear strain\n $\\gamma = %.3f$' % (shear_strain[s])
        
            if s == 0:
       -        strain_str = 'Dilating state ($\\gamma = %.2f$)' % (shear_strain[s])
       +        strain_str = 'Dilating state\n $\\gamma = %.2f$' % (shear_strain[s])
            else:
       -        strain_str = 'Steady state ($\\gamma = %.2f$)' % (shear_strain[s])
       +        strain_str = 'Steady state\n $\\gamma = %.2f$' % (shear_strain[s])
        
            n = 7
            if s == 0: