##// END OF EJS Templates
Fix Z colormap
Juan C. Espinoza -
r1487:35a8c79c6f91
parent child
Show More
@@ -20,7 +20,7 import matplotlib,re
20 if 'BACKEND' in os.environ:
20 if 'BACKEND' in os.environ:
21 matplotlib.use(os.environ['BACKEND'])
21 matplotlib.use(os.environ['BACKEND'])
22 elif 'linux' in sys.platform:
22 elif 'linux' in sys.platform:
23 matplotlib.use("Agg")#TkAgg
23 matplotlib.use("TkAgg")
24 elif 'darwin' in sys.platform:
24 elif 'darwin' in sys.platform:
25 matplotlib.use('MacOSX')
25 matplotlib.use('MacOSX')
26 else:
26 else:
@@ -53,7 +53,6 reflectivity = [
53 "#fe00fe", # 65
53 "#fe00fe", # 65
54 "#8e59ff", # 70
54 "#8e59ff", # 70
55 "#f0f0f0", # 75
55 "#f0f0f0", # 75
56 "#cccccc" # 80
57 ]
56 ]
58
57
59 velocity = [
58 velocity = [
General Comments 0
You need to be logged in to leave comments. Login now