tfix 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 5167c8646b2577cba19d85f081f3914808d67438
(DIR) parent 78d8883d7cbe9e3e1caa51a0b06b00b94aa12028
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 7 Oct 2014 16:12:54 +0200
fix annotation
Diffstat:
M python/shear-results-internals.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/shear-results-internals.py b/python/shear-results-internals.py
t@@ -340,7 +340,7 @@ for s in numpy.arange(len(steps)):
#ax1.legend(loc='lower right', prop={'size':18})
#ax2.legend(loc='lower right', prop={'size':18})
- strain_str = 'Shear strain $\\gamma = %.3f$' % (shear_strain[s])
+ #strain_str = 'Shear strain $\\gamma = %.3f$' % (shear_strain[s])
#fig.text(0.1, y, strain_str, horizontalalignment='left', fontsize=22)
#ax[s*4+0].annotate(strain_str, xytext=(0,1.1), textcoords='figure fraction',
#horizontalalignment='left', fontsize=22)