Ignore:
Timestamp:
Apr 5, 2012, 12:35:05 AM (13 years ago)
Author:
aslmd
Message:

UTIL PYTHON: corrected a typo introduced in revision 612 in planetoplot.

File:
1 edited

Legend:

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

    r613 r614  
    508508
    509509                    if which == "unidim":
    510                         if lbls is not None: lbl=lbls[index_f]
     510                        if lbls is not None: lbl=lbls[nplot-1]
    511511                        else:
    512512                           lbl = ""
Note: See TracChangeset for help on using the changeset viewer.