sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
221 stars 110 forks source link

Winds Barbs Cut Off When Wind From The East #100

Closed buffaloseven closed 5 years ago

buffaloseven commented 8 years ago

I've been having a problem in Ubuntu 12.04 of the wind barb tails being cut off on the skew-t plot if the wind is from the east. Played with it, and everything seems to work fine if self.rpad is adjusted.

From /SHARPpy/sharppy/vis/skew.py:

Line 26: self.lpad = 30; self.rpad = 50

Change to:

Line 26: self.lpad = 30; self.rpad = 65

I'd make an actual pull request, but don't have the ability to at the moment. If you'd rather this be submitted that way, I can do it early next week.

wblumberg commented 8 years ago

Hi @buffaloseven

If you'd like to submit the pull request, we'd be happy to include it! Thanks for noticing this bug and offering a change.

Greg

tsupinie commented 7 years ago

I've committed this to the andover branch, so it will be fixed on the next release of SHARPpy.