| tfix annotation - sphere - GPU-based 3D discrete element method algorithm with … | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 5167c8646b2577cba19d85f081f3914808d67438 | |
| parent 78d8883d7cbe9e3e1caa51a0b06b00b94aa12028 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| diff --git a/python/shear-results-internals.py b/python/shear-results-internals… | |
| 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 fractio… | |
| #horizontalalignment='left', fontsize=22) |