Changeset 2253 in lmdz_wrf for trunk/tools/drawing.py


Ignore:
Timestamp:
Nov 28, 2018, 3:18:49 PM (6 years ago)
Author:
lfita
Message:

In `draw_river_pattern', change default colorbar from 'rainbow' to 'brg'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing.py

    r2251 r2253  
    1096110961          [desclat]: latitude values
    1096210962        [rivervalues]= '|' separated list of [colordescid]|[rivercolor]|[rivernocolor]|[riverwidth]
    10963             [riverwidth]|[rivercolortype] (use 'auto' for 'rainbow|#AAAAAAA|#CCCCCC|0.5|rivernum')
     10963            [riverwidth]|[rivercolortype] (use 'auto' for 'brg|#AAAAAAA|#CCCCCC|0.5|rivernum')
    1096410964          [barcolordescid]: color bar to use to distinguish among selected rivers to draw
    1096510965          [rivercolor]: color for the river-flows of the non selected rivers
     
    1106311063
    1106411064    if rivervalues == 'auto':
    11065         barcolordescid = 'rainbow'
     11065        barcolordescid = 'brg'
    1106611066        rivercolor = '#AAAAAA'
    1106711067        rivernocolor = '#CCCCCC'
Note: See TracChangeset for help on using the changeset viewer.