Changeset 953 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 25, 2016, 1:49:46 PM (8 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r952 r953 1836 1836 expectargs = expectargs + '[rangevals];[timevals];[legvals];[graphk];[lines];' 1837 1837 expectargs = expectargs + '[collines];[points];[linewidths];[pointsizes];' 1838 expectargs -expectargs + '[pointfreq];[period]'1838 expectargs = expectargs + '[pointfreq];[period]' 1839 1839 drw.check_arguments(fname,values,expectargs,';') 1840 1840 … … 1934 1934 timefmt = timevals.split('|')[3] 1935 1935 1936 if rangevals = 'None':1936 if rangevals == 'None': 1937 1937 valmin = 'auto' 1938 1938 valmax = 'auto' -
trunk/tools/drawing_tools.py
r952 r953 5731 5731 5732 5732 def 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): 5734 5734 """ Function to plot a collection of lines with a time axis 5735 5735 vardv= list of set of dimension values
Note: See TracChangeset
for help on using the changeset viewer.