Changeset 1093 for trunk/UTIL
- Timestamp:
- Nov 7, 2013, 3:23:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/ppplot.py
r1091 r1093 95 95 else: 96 96 var, format, colorb, label, units = line.strip().split(';') 97 ind = var.strip() 97 ind = var.strip().upper() 98 98 vf[ind] = format.strip() 99 99 vc[ind] = colorb.strip()
Note: See TracChangeset
for help on using the changeset viewer.