Changeset 866
- Timestamp:
- Jan 24, 2013, 2:33:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r865 r866 269 269 if slon is not None or slat is not None: 270 270 show_topo_map_user = ((save == 'png') and (typefile == 'meso') and ("HGT" in varinfile) and display) 271 #show_topo_map_user = False 271 272 if firstfile and show_topo_map_user: iwantawhereplot = nc #show a topo map with a cross on the chosen point 272 273 else: iwantawhereplot = None #do not show anything, just select indices … … 627 628 628 629 if which == "unidim": 629 #if lbls is not None: lbl=lbls[nplot-1]630 if lbls is not None: lbl=lbls[index_f]630 if lbls is not None: lbl=lbls[nplot-1] 631 # if lbls is not None: lbl=lbls[index_f] 631 632 else: 632 633 lbl = ""
Note: See TracChangeset
for help on using the changeset viewer.