leifdenby / tephigram_python

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

Label for lines? #1

Open wxguy opened 8 years ago

wxguy commented 8 years ago

Looks very promising project.

You can add label to each line (small font size). This could be a nice addition.

leifdenby commented 8 years ago

Thank you. I have added a few labels in different places, but not committed it to master because the code is a bit of a mess. If you are interested in using this I'll try clean it up soon

wxguy commented 8 years ago

If you are interested in using this

Yes I am.

I would like your attention to this project https://github.com/cwebster2/pyMeteo. Especially the output plot which really looks stunning. I would like to see the output of tephigram also to look like that (with hodograph, wind shear parameters along with upperwind). How about implementing the same in to this project. I hope implementing this wont be a problem as you can take necessary codes from the pymeteo project. The pymeteo can plot Skew-T from various sources and we can implement the same in to this project as well. If you say yes then I can take responsibility for implementing wrf part of it.

So why am I interested at all. Because, web is full of Skew-T.... :-))

leifdenby commented 6 years ago

hey @wxguy, sorry for the delay here. I've been refactoring my code and made some improvements. Every call which adds lines to the diagram now returns the matplotlib lines, so it would be possible with this to add labels. Is that what you were thinking?