Skip to content

Commit

Permalink
Update Advanced_Sounding_With_Complex_Layout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejgillett authored Sep 26, 2023
1 parent 4bc1b69 commit c3a7ec8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/Advanced_Sounding_With_Complex_Layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
==========================================
Advanced Sounding Plot with Complex Layout
==========================================
This example combines simple MetPy plotting functionality, `metpy.calc`
computation functionality, and a few basic Matplotlib tricks to create
an advanced sounding plot with a complex layout & high readability.
"""

# First lets start with some simple imports
import matplotlib.pyplot as plt
import numpy as np
Expand Down Expand Up @@ -298,3 +300,4 @@
weight='bold', fontsize=20, ha='center')
# Show the plot
plt.show()

0 comments on commit c3a7ec8

Please sign in to comment.