From 06d7cc26b26a25155cc09f26d20071367571f00e Mon Sep 17 00:00:00 2001 From: Kyle J Gillett <100786530+kylejgillett@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:09:46 -0400 Subject: [PATCH] Update Advanced_Sounding_With_Complex_Layout.py --- examples/Advanced_Sounding_With_Complex_Layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Advanced_Sounding_With_Complex_Layout.py b/examples/Advanced_Sounding_With_Complex_Layout.py index 24902016039..36981bbfcf8 100644 --- a/examples/Advanced_Sounding_With_Complex_Layout.py +++ b/examples/Advanced_Sounding_With_Complex_Layout.py @@ -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 @@ -300,4 +301,3 @@ weight='bold', fontsize=20, ha='center') # Show the plot plt.show() -