Skip to content
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

Merged
merged 5 commits into from
Jul 21, 2020

Conversation

christinaholtNOAA
Copy link
Collaborator

@christinaholtNOAA christinaholtNOAA commented Jul 20, 2020

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

image

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,
Copy link
Collaborator Author

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,
)

Copy link
Collaborator Author

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. :)

Copy link
Collaborator

@cshartsough cshartsough left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work.

Copy link
Collaborator

@Brian-Jamison Brian-Jamison left a 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.

@christinaholtNOAA christinaholtNOAA merged commit acc7791 into master Jul 21, 2020
@christinaholtNOAA christinaholtNOAA deleted the skewt_line_labels branch July 21, 2020 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants