Changeset 1751 in lmdz_wrf


Ignore:
Timestamp:
Dec 21, 2017, 3:26:29 PM (8 years ago)
Author:
lfita
Message:

Adding checking of inverse color bars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r1667 r1751  
    18131813#      'gnuplot', 'gnuplot2', 'ocean', 'rainbow', 'terrain', 'flag', 'prism']
    18141814
     1815    Lcbarn = len(cbarn)
     1816    if cbarn[Lcbarn-2:Lcbarn] == '_r': cbarn = cbarn[0:Lcbarn-2]
    18151817    if not searchInlist(maps,cbarn):
    18161818        print warnmsg
Note: See TracChangeset for help on using the changeset viewer.