diff experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py @ 110:4d408e0d5643

- Matplotlib backend setting
author tomwalters
date Tue, 14 Sep 2010 01:27:06 +0000
parents 6dd58b8aad1e
children f54d91957fec
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py	Tue Sep 14 01:19:58 2010 +0000
+++ b/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py	Tue Sep 14 01:27:06 2010 +0000
@@ -7,10 +7,11 @@
 
 import sys
 import getopt
+import matplotlib as mpl
+matplotlib.use('PDF')
 import numpy as np
 import pylab as p
 import mpl_toolkits.mplot3d.axes3d as p3
-import matplotlib as mpl
 from matplotlib import cm
 import matplotlib.ticker as ticker