Skip to content

Commit 9dce8e3

Browse files
authored
Merge pull request #137 from cdholmes/bugfix-SkewT_Example
Fix SkewT_Example.ipynb
2 parents 18ccf41 + 434d9c2 commit 9dce8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/gallery/SkewT_Example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
" alpha=0.25, color='orangered')\n",
141141
"skew.plot_moist_adiabats(t0=np.arange(233, 400, 5) * units.K,\n",
142142
" alpha=0.25, color='tab:green')\n",
143-
"skew.plot_mixing_lines(p=np.arange(1000, 99, -20) * units.hPa,\n",
143+
"skew.plot_mixing_lines(pressure=np.arange(1000, 99, -20) * units.hPa,\n",
144144
" linestyle='dotted', color='tab:blue')\n",
145145
"\n",
146146
"# Add some descriptive titles\n",

0 commit comments

Comments
 (0)