comparison 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
comparison
equal deleted inserted replaced
109:6dd58b8aad1e 110:4d408e0d5643
5 Created by Thomas Walters on 2010-09-12. 5 Created by Thomas Walters on 2010-09-12.
6 """ 6 """
7 7
8 import sys 8 import sys
9 import getopt 9 import getopt
10 import matplotlib as mpl
11 matplotlib.use('PDF')
10 import numpy as np 12 import numpy as np
11 import pylab as p 13 import pylab as p
12 import mpl_toolkits.mplot3d.axes3d as p3 14 import mpl_toolkits.mplot3d.axes3d as p3
13 import matplotlib as mpl
14 from matplotlib import cm 15 from matplotlib import cm
15 import matplotlib.ticker as ticker 16 import matplotlib.ticker as ticker
16 17
17 help_message = ''' 18 help_message = '''
18 Plot the spider. 19 Plot the spider.