Changeset 2635 in lmdz_wrf


Ignore:
Timestamp:
Jun 24, 2019, 9:32:48 PM (5 years ago)
Author:
lfita
Message:

Adding `knot' to 'drawing_tools.py'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2634 r2635  
    20382038        elif u == 'kmh-1': lu='$kmh^{-1}$'
    20392039        elif u == 'km h-1': lu='$km h^{-1}$'
     2040        elif u == 'Knot': lu='$kt$'
     2041        elif u == 'knot': lu='$kt$'
     2042        elif u == 'kt': lu='$kt$'
    20402043        elif u == '1/m': lu='$m^{-1}$'
    20412044        elif u == 'm-1': lu='$m^{-1}$'
Note: See TracChangeset for help on using the changeset viewer.