Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald committed Dec 12, 2024
1 parent 16b58c5 commit 52bc29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gallery/Contours/NCL_hov_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
levels=np.arange(-6, 12, 2),
colors='black',
linestyles="-",
linewidths=[.2,.2,.2,1,.2,.2,.2,.2,.2])
linewidths=[.2, .2, .2, 1, .2, .2, .2, .2, .2])

# Label the contour levels -4, 0, and 4
cl = ax.clabel(cs, fmt='%d', levels=[-4, 0, 4])
Expand Down

0 comments on commit 52bc29d

Please sign in to comment.