Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanged display environment - sphere - GPU-based 3D discrete element method al…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 4377147020405d1fc9d51f308f879030e8006b68
parent adebce1f7a7fdfaeaac46a85c7438cd8c84a784d
Author: Anders Damsgaard <[email protected]>
Date: Thu, 22 Nov 2012 10:46:32 +0100
changed display environment
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -2,7 +2,7 @@
import math
import numpy
import matplotlib as mpl
-#mpl.use('Agg')
+mpl.use('Agg')
import matplotlib.pyplot as plt
from matplotlib.font_manager import FontProperties
import subprocess
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.