Changeset 2588 in lmdz_wrf


Ignore:
Timestamp:
Jun 3, 2019, 5:21:15 PM (5 years ago)
Author:
lfita
Message:

Adding color blind coors combination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2575 r2588  
    2727fillValue = 1.e20
    2828fillValueF = 1.e20
     29
     30# Blind colors. FROM: https://gist.github.com/thriveth/8560036
     31CB_color_cycle = ['#377eb8', '#ff7f00', '#4daf4a', '#f781bf', '#a65628', '#984ea3',  \
     32  '#999999', '#e41a1c', '#dede00']
    2933
    3034colorsauto = ['#FF0000', '#00FF00', '#0000FF', '#FF00FF', '#00FFFF', '#FFAA00',      \
Note: See TracChangeset for help on using the changeset viewer.