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