Changeset 2119 in lmdz_wrf


Ignore:
Timestamp:
Aug 31, 2018, 12:28:53 AM (7 years ago)
Author:
lfita
Message:

Fixing plot with no labels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2118 r2119  
    65686568        dyn = np.min([np.min(varvv[il]),dyn])
    65696569        dyx = np.max([np.max(varvv[il]),dyx])
    6570         print '    ' + linesn0[il], 'shape:', varvv[il].shape
     6570        if linesn0 is not None: print '    ' + linesn0[il], 'shape:', varvv[il].shape
    65716571        il = il + 1
    65726572
Note: See TracChangeset for help on using the changeset viewer.