-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels on SkewT lines and legend in hodograph #35
Conversation
lines.append(line) | ||
|
||
contents = '\n'.join(lines) | ||
|
||
# Draw the text box | ||
skew.ax.text(0.70, 0.98, contents, | ||
skew.ax.text(0.78, 0.98, contents, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reduced footprint size and scooted the inset over just a tad.
intervals=intervals, | ||
linewidth=line_width, | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This next bit was totally Stack Overflow magic. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I compared with the HRRR sounding on the web, and it looks correct.
Added labels to the special lines in Skew T, and added a legend to the hodograph with better colors.
Addresses some items in Issue #26