NOAA-GSL / pygraf

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

fix bug to allow all skewT info boxes to be plotted. #121

Closed cshartsough closed 2 years ago

cshartsough commented 2 years ago

This is a one-line fix to plot the hydrometeor legend plot. The plot call was overwriting the hodograph plot settings. The corrected call is based on the hydrometeor plotting coordinates so it doesn't overwrite.

passed pylint. pytest failed at my end, I think it may work in GitHub.

sample before and after plots below.

image image