Introduction
Introduction Statistics Contact Development Disclaimer Help
tallow the unsmoothed plot to go outside figure axes - sphere - GPU-based 3D di…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 9da0de7c1193e9003ab7f896edf225a84503810c
parent 2872548a8c5c35dab22746f6a851a87bd328b390
Author: Anders Damsgaard <[email protected]>
Date: Tue, 14 Apr 2015 20:54:55 +0200
allow the unsmoothed plot to go outside figure axes
Diffstat:
M python/halfshear-darcy-strength-di… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/halfshear-darcy-strength-dilation.py b/python/halfshear-dar…
t@@ -228,7 +228,7 @@ for c in numpy.arange(0,len(k_c_vals)):
# unsmoothed
ax1.plot(shear_strain[c][1:], friction[c][1:], \
label=label, linewidth=1,
- alpha=0.2, color='gray')
+ alpha=0.2, color='gray', clip_on=False)
#alpha=alpha, color=color[c])
# smoothed
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.