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.25k stars 414 forks source link

Make hodograph creation unit aware #805

Closed jrleeman closed 6 years ago

jrleeman commented 6 years ago
h = Hodograph(ax, component_range=60.)

Being consistent with the rest of the API, this should probably be unit aware. Units currently throw an error.

jrleeman commented 6 years ago

Interestingly enough, setting plot bounds with units causes matplotlib to barf. Sound familiar @dopplershift ?