NOAA-GSL / pygraf

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

change map resolution instead of skewTs. #92

Closed cshartsough closed 3 years ago

cshartsough commented 3 years ago

In previous PR, I accidentally left the maps resolution as is and changed the skewT resolution in the final version, instead of the other way around. This corrects that with two lines changed in create_graphics.py.


This is a one-word change in create_graphics.py, to reduce the plot sizes and allow for smaller overall zip file size.

passed both pylint and pytest.

adding sample plots, not sure how they'll look in GitHub (each display software behaves differently). On the Web pages, expecting the plots to be reduced in size with little loss of resolution at the new size. Screen Shot 2021-05-24 at 11 09 14 AM Screen Shot 2021-05-24 at 11 09 26 AM