Skip to content

Commit

Permalink
Update Complex-Sounding-Plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejgillett authored Aug 22, 2023
1 parent 24733a6 commit 5dbdaa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/Complex-Sounding-Plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

import matplotlib.pyplot as plt
import pandas as pd

Check failure on line 17 in examples/Complex-Sounding-Plot.py

View workflow job for this annotation

GitHub Actions / Flake8

[flake8] reported by reviewdog 🐶 I004 isort found an unexpected blank line in imports Raw Output: ./examples/Complex-Sounding-Plot.py:17:1: I004 isort found an unexpected blank line in imports
import numpy as np

Check failure on line 18 in examples/Complex-Sounding-Plot.py

View workflow job for this annotation

GitHub Actions / Flake8

[flake8] reported by reviewdog 🐶 I001 isort found an import in the wrong position Raw Output: ./examples/Complex-Sounding-Plot.py:18:1: I001 isort found an import in the wrong position

import metpy.calc as mpcalc
from metpy.cbook import get_test_data
from metpy.plots import add_metpy_logo, Hodograph, SkewT
Expand Down Expand Up @@ -346,7 +348,7 @@
hodoleg = h.ax.legend(loc='upper left')

# add a plot title
plt.figtext(0.40, 0.92, 'OUN | MAY 4TH 1999 - 00Z VERTICAL PROFILE',
plt.figtext(0.40, 0.92, 'OUN | MAY 4TH 1999 - 00Z VERTICAL PROFILE',
weight='bold', fontsize=20, ha='center')

# Show the plot
Expand Down

0 comments on commit 5dbdaa5

Please sign in to comment.