Skip to content

Commit

Permalink
YAPF changes to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Dec 10, 2024
1 parent df27297 commit 171e27e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gallery/Station/NCL_station_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,12 @@ def make_shared_plot(title):
zorder=0)

# Scatter-plot the location data on the map
scatter = plt.scatter(lon, lat, c=dummy_data, cmap=cmap, norm=norm, zorder=1)
scatter = plt.scatter(lon,
lat,
c=dummy_data,
cmap=cmap,
norm=norm,
zorder=1)

plt.title(title, fontsize=16, y=1.04)

Expand Down

0 comments on commit 171e27e

Please sign in to comment.