Changeset 563 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jul 6, 2015, 12:13:36 PM (10 years ago)
Author:
lfita
Message:

Working version with the non-legend in 'plot_lines_time'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r562 r563  
    52395239        linesn = []
    52405240        for itrj in range(Ntraj):
    5241             linesn = str(itrj)
     5241            linesn.append(str(itrj))
    52425242    else:
    52435243        linesn = linesn0
Note: See TracChangeset for help on using the changeset viewer.