tmodify line colors - 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 38c7419dbccb794b96f579bbb3807d3b0647595f
(DIR) parent 654f96ea01e3d23cfde0c2319a1510073efb56d4
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 15 Jan 2015 13:48:34 +0100
modify line colors
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@@ -5864,7 +5864,7 @@ class sim:
# Lower plot
ax3 = plt.subplot(2, 1, 2, sharex=ax1)
ax3.plot(time, self.tau_eff/self.w_sigma0[0],
- '-', label="$Shear friction$")
+ '-k', label="$Shear friction$")
ax3.plot([0, time[-1]],
[self.w_tau_x/self.sigma_def, self.w_tau_x/self.sigma_def],
'--k', label="$Applied shear friction$")