sharppy / SHARPpy

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

Added TextDontClip flag to hodograph text #246

Open collin-volk opened 1 year ago

collin-volk commented 1 year ago

Adding TextDontClip flag when drawing text for the various values drawn on the hodograph. This fixes the clipping issues seen in #233.

rpdale commented 1 year ago

I'm a git newbie - can you walk through the steps of installing a branch?

collin-volk commented 1 year ago

Assuming you have my repo cloned, you should just be able to run the command git checkout -t remotes/origin/branch-name (so for this particular pull request it would be git checkout -t remotes/origin/Hodograph-text-cut-off). There also appears to be a way to do it without having to clone my repo based on this https://stackoverflow.com/questions/9153598/how-do-i-fetch-a-branch-on-someone-elses-fork-on-github but I've not tried it myself so I'm not positive that works.