Changeset 923 for trunk/UTIL/PYTHON/planetoplot_v2/examples/anomaly.py
- Timestamp:
- Mar 31, 2013, 10:18:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/examples/anomaly.py
r910 r923 17 17 ## COMPUTE AND PLOT RELATIVE ANOMALY in % 18 18 anomaly = ((simple-mean)/mean)*100. 19 anomaly.filename = "anomaly" 19 20 anomaly.defineplot() 20 21 anomaly.p[0].title = "surface temperature anomaly in %"
Note: See TracChangeset
for help on using the changeset viewer.