Changeset 953 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 25, 2016, 1:49:46 PM (8 years ago)
Author:
lfita
Message:

Fixing right use of valmin', valmax' in 'plot_lines_times'

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing.py

    r952 r953  
    18361836    expectargs = expectargs + '[rangevals];[timevals];[legvals];[graphk];[lines];'
    18371837    expectargs = expectargs + '[collines];[points];[linewidths];[pointsizes];'
    1838     expectargs - expectargs + '[pointfreq];[period]'
     1838    expectargs = expectargs + '[pointfreq];[period]'
    18391839    drw.check_arguments(fname,values,expectargs,';')
    18401840
     
    19341934    timefmt = timevals.split('|')[3]
    19351935
    1936     if rangevals = 'None':
     1936    if rangevals == 'None':
    19371937        valmin = 'auto'
    19381938        valmax = 'auto'
  • trunk/tools/drawing_tools.py

    r952 r953  
    57315731
    57325732def plot_lines_time(vardv, varvv, vaxis, dtit, linesn0, vtit, vunit, tpos, tlabs,    \
    5733   gtit, vmin, vmax, gloc, gsize, kfig, lsl, coll, ptl, lwidth, psize, ptf):
     5733  gtit, gloc, gsize, kfig, vmin, vmax, lsl, coll, ptl, lwidth, psize, ptf):
    57345734    """ Function to plot a collection of lines with a time axis
    57355735      vardv= list of set of dimension values
Note: See TracChangeset for help on using the changeset viewer.