leifdenby / tephigram_python

Python package for plotting tephigrams
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Tephogram methods should return axex for custom plotting by users... #6

Open wxguy opened 4 years ago

wxguy commented 4 years ago

At the moment, the Tephigram class return tephigram_python.plotter.Tephigram object which can not be customized by users. Therefore, request add functionalities to Tephigram class found in plotter.py module to return axes as an option. So that user can add their own axes to tephigram plot to customize to their liking.