NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

use temperature colors for dewp point temp #223

Closed cshartsough closed 10 months ago

cshartsough commented 10 months ago

this change was requested by Stan, based on discussions with other end users. There was consensus that dew point fields should use the same color table as temperatures, to make comparisons easier.

Change was made to default_specs.yml. The dewp_colors table was removed from the specs.py file as well.

before/after examples below.

passed pylint.

image image