Changeset 1587 in lmdz_wrf for trunk


Ignore:
Timestamp:
Jun 29, 2017, 11:11:01 PM (8 years ago)
Author:
lfita
Message:

Adding `m s-1' into 'units_lunits'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r1579 r1587  
    19071907        elif u == 'ms-1': lu='$ms^{-1}$'
    19081908        elif u == 'm s-1': lu='$ms^{-1}$'
     1909        elif u == 'm s**-1': lu='$ms^{-1}$'
    19091910        elif u == 'm/s2': lu='$ms^{-2}$'
    19101911        elif u == 'ms-2': lu='$ms^{-2}$'
     
    45084509    plt.rc('text', usetex=True)
    45094510
     4511    print fname + 'Lluis shapes x:', x.shape, 'y:', y.shape, 'varsv:', varsv.shape
    45104512    plt.pcolormesh(x, y, varsv, cmap=plt.get_cmap(cbarv[0]), vmin=vsend[0], vmax=vsend[1])
    45114513    if cbarv[2] == 'horizontal':
Note: See TracChangeset for help on using the changeset viewer.