MetPy icon indicating copy to clipboard operation
MetPy copied to clipboard

Add 'automagic' plotting interface module

Open dopplershift opened this issue 10 years ago • 1 comments

Add a separate module for plotting that does more data management, provided the right data object/interface is being used:

  • Use whatever data interface we define in data module
    • Variable naming, etc. done by data object
    • Units as done there
  • Store data object, and then use this instead of passing data in
  • Start with skewT
    • Keep name, just subclass from basic plotting module
    • Wrap methods from base class, just pass in data
    • default_lines() (?) method probably needs better name, but could add barbs and hodograph automatically
    • Add example

dopplershift avatar Apr 20 '15 19:04 dopplershift

Leaving this to track adding a declarative version of SkewT.

dopplershift avatar Mar 30 '22 16:03 dopplershift