SHARPpy icon indicating copy to clipboard operation
SHARPpy copied to clipboard

Added TextDontClip flag to hodograph text

Open collin-volk opened this issue 2 years ago • 2 comments

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

collin-volk avatar Mar 18 '23 23:03 collin-volk

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

rpdale avatar Mar 19 '23 00:03 rpdale

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.

collin-volk avatar Mar 19 '23 00:03 collin-volk