Changeset 1393 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Dec 19, 2016, 6:10:16 PM (8 years ago)
Author:
lfita
Message:

Fixing no need of flipping of tick-labels with transpose in `transform'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r1387 r1393  
    16201620            if wdlx and wdly:
    16211621                copy = list(newdxl)
    1622                 newdxl = list(newdyl[::-1])
    1623                 newdyl = list(copy[::-1])
     1622                newdxl = list(newdyl)
     1623                newdyl = list(copy)
    16241624#            else:
    16251625#                print errormsg
Note: See TracChangeset for help on using the changeset viewer.