Introduction
Introduction Statistics Contact Development Disclaimer Help
tmodify line colors - sphere - GPU-based 3D discrete element method algorithm w…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 38c7419dbccb794b96f579bbb3807d3b0647595f
parent 654f96ea01e3d23cfde0c2319a1510073efb56d4
Author: Anders Damsgaard <[email protected]>
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(-)
---
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$")
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.