From 2856cbe6131bc0f6fc51d95ce158371375040cde Mon Sep 17 00:00:00 2001 From: anissa111 Date: Fri, 12 Jan 2024 12:29:32 -0700 Subject: [PATCH] fix typo in skewt notebook --- notebooks/5-skewt.ipynb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/notebooks/5-skewt.ipynb b/notebooks/5-skewt.ipynb index 693fcdc..cdda0bf 100644 --- a/notebooks/5-skewt.ipynb +++ b/notebooks/5-skewt.ipynb @@ -174,8 +174,6 @@ "Additionally, we've also set the `rotation` kwarg to be 45 degrees. This is the angle that the temperature lines will be drawn at. `MetPy`'s default is 30 degrees, but we're going to use a more traditional 45 degrees for this tutorial.\n", "\n", "```python\n", - "\n", - "```python\n", "# plot sounding data\n", "skewt.plot(p, T, 'r') # air temperature\n", "skewt.plot(p, Td, 'b') # dew point\n", @@ -324,7 +322,7 @@ "# At what point an air parcel lifted as a dry parcel becomes saturated\n", "skewt_plots[0].ax.set_title('LCL and Parcel Profile')\n", "skewt_plots[0].plot(p, lcl_prof, 'k')\n", - "skewt_plots[0].plot(lcl_p, lcl_t, 'ko') # Lifted Condensation Level \n", + "skewt_plots[0].plot(lcl_p, lcl_t, 'ko') # Lifted Condensation Level\n", "\n", "\n", "# add constant temperature line at t=0\n", @@ -373,11 +371,6 @@ "- [MetPy's SkewT documentation](https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html)\n", "- [NOAA's JetStream](https://www.noaa.gov/jetstream)'s [Skew-T Plot](https://www.noaa.gov/jetstream/upperair/skew-t-plots) page" ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] } ], "metadata": {