Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy/
BSD 3-Clause "New" or "Revised" License
1.24k stars 413 forks source link

Inverted stationary fronts #3047

Closed dopplershift closed 1 year ago

dopplershift commented 1 year ago

The surface bulletin plotting example currently has the stationary fronts inverted (the pips should point away from cold, scallops away from warm). A simple fix is to add flip=True to the path effect set in that example. Alternatively, StationaryFront is implemented by using WarmFront as is and flipping ColdFront. Given how WPC has things, we could consider fixing up the StationaryFront implementation to instead invert the WarmFront symbols so that everything works more readily with WPC out of the box.

dopplershift commented 1 year ago

Also fix the fact that in the example, the logo ends up near the middle of the image.