Changeset 866


Ignore:
Timestamp:
Jan 24, 2013, 2:33:17 PM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON. Fixed a bug for labels in 1D plots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot.py

    r865 r866  
    269269          if slon is not None or slat is not None:
    270270              show_topo_map_user = ((save == 'png') and (typefile == 'meso') and ("HGT" in varinfile) and display)
     271              #show_topo_map_user = False
    271272              if firstfile and show_topo_map_user:  iwantawhereplot = nc     #show a topo map with a cross on the chosen point
    272273              else:                                 iwantawhereplot = None   #do not show anything, just select indices
     
    627628
    628629                    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]
    631632                        else:
    632633                           lbl = ""
Note: See TracChangeset for help on using the changeset viewer.