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 Oct 5, 2023
1 parent 8c3d77a commit 06d7cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Advanced_Sounding_With_Complex_Layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
# readability and complexity of our Skew-T/Hodograph layout. Lets
# try another Skew-T with a few more advanced features:
###########################################

# STEP 1: CREATE THE SKEW-T OBJECT AND MODIFY IT TO CREATE A
# NICE, CLEAN PLOT
# Create a new figure. The dimensions here give a good aspect ratio
Expand Down Expand Up @@ -300,4 +301,3 @@
weight='bold', fontsize=20, ha='center')
# Show the plot
plt.show()

0 comments on commit 06d7cc2

Please sign in to comment.