Changeset 2253 in lmdz_wrf for trunk/tools/drawing.py
- Timestamp:
- Nov 28, 2018, 3:18:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r2251 r2253 10961 10961 [desclat]: latitude values 10962 10962 [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') 10964 10964 [barcolordescid]: color bar to use to distinguish among selected rivers to draw 10965 10965 [rivercolor]: color for the river-flows of the non selected rivers … … 11063 11063 11064 11064 if rivervalues == 'auto': 11065 barcolordescid = ' rainbow'11065 barcolordescid = 'brg' 11066 11066 rivercolor = '#AAAAAA' 11067 11067 rivernocolor = '#CCCCCC'
Note: See TracChangeset
for help on using the changeset viewer.