Changeset 530 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 23, 2015, 5:29:06 PM (10 years ago)
Author:
lfita
Message:

Changing coastalline color when colorbar is in gray/blacks: 'gist_gray'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r522 r530  
    35313531
    35323532    if not mapv is None:
    3533         m.drawcoastlines()
     3533        if colorbar == 'gist_gray':
     3534            m.drawcoastlines(color="red")
     3535        else:
     3536            m.drawcoastlines()
    35343537
    35353538        meridians = pretty_int(nlon,xlon,5)
Note: See TracChangeset for help on using the changeset viewer.