tremove grid lines - 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 4424ab8f7731d8c7bedbaeb93fbfffaaa6cf6b6d
(DIR) parent 669749b24e19b7624a788903e16ffff634579f6d
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 14 Apr 2015 20:02:29 +0200
remove grid lines
Diffstat:
M python/halfshear-darcy-strain.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/halfshear-darcy-strain.py b/python/halfshear-darcy-strain.py
t@@ -169,7 +169,7 @@ ax[0].spines['right'].set_visible(False)
ax[0].get_xaxis().tick_bottom()
ax[0].get_yaxis().tick_left()
ax[0].get_xaxis().grid(False) # horizontal grid lines
-ax[0].get_yaxis().grid(True, linestyle='--', linewidth=0.5) # vertical grid lines
+#ax[0].get_yaxis().grid(True, linestyle='--', linewidth=0.5) # vertical grid lines
# reverse legend order
handles, labels = ax[0].get_legend_handles_labels()