tmoved tau_u text - 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 b2a8f36f06d9f3b9a2f2aaa1603c1b2edb5a3aa5
(DIR) parent 8def5f03a411d7bb768186c1aca61f34ceafa09f
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Wed, 2 Jan 2013 12:43:10 +0100
moved tau_u text
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -1295,7 +1295,7 @@ def visualize(project, method = 'energy', savefig = True, outformat = 'png'):
# Plot stresses
if (outformat != 'txt'):
- shearinfo = "{}, $\\tau_u = {} (\gamma = {})$".format(project, tau_u, tau_u_shearstrain)
+ shearinfo = "$\\tau_u = {}$ Pa at $\gamma = {}$".format(tau_u, tau_u_shearstrain)
fig.text(0.5,0.05,shearinfo,horizontalalignment='center',fontproperties=FontProperties(size=14))
ax1 = plt.subplot2grid((2,1),(0,0))
ax1.set_xlabel('Shear strain [-]')