Changeset 235 in lmdz_wrf for trunk/tools/drawing.py


Ignore:
Timestamp:
Feb 2, 2015, 11:29:33 AM (10 years ago)
Author:
lfita
Message:

Inlcuding units_lunits' on passing std variable name to plot_TimeSeries'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing.py

    r232 r235  
    20172017
    20182018    drw.plot_TimeSeries(tseriesvals, Spot + drw.units_lunits(gunits), tunits,        \
    2019       'TimeSeries', gvarname, timetit, tkind, timefmt, title,                        \
    2020       [gvarname.replace('_','\_')], locleg, gkind)
     2019      'TimeSeries', drw.units_lunits(gvarname), timetit, tkind, timefmt, title,      \
     2020      drw.units_lunits(gvarname), locleg, gkind)
    20212021
    20222022    return
Note: See TracChangeset for help on using the changeset viewer.