NOAA-GSL / pygraf

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

Ensemble plots #100

Closed cshartsough closed 3 years ago

cshartsough commented 3 years ago

Initial changes for ensemble plots. This handles most of the single-grib-file plots, including flash flood and total precip probabilities for various fcst hours and thresholds. Also, total ensemble precip for various forecast hours.

Sample plots below, the main difference is the color table, and we don't include a max value crosshair and printed value.

Passed pylint and pytest (with changes to test_common.py).

image image

image image

image image