Skip to content

Commit

Permalink
followup: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetuft committed Feb 22, 2024
1 parent 5d87227 commit f12b375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/notebook/first_run.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"from matplotlib.ticker import ScalarFormatter\n",
"import numpy as np\n",
"import pandas as pd\n",
"np.seterr('raise')"
"# np.seterr('raise')"
]
},
{
Expand Down Expand Up @@ -96,7 +96,7 @@
"metadata": {},
"outputs": [],
"source": [
"df.plot(figsize=(25, 8), linewidth=3, xlabel=\"Frequency [GHz]\", ylabel=\"Brightness Temperature [K]\")"
"df.tbtotal.plot(figsize=(25, 8), linewidth=3, xlabel=\"Frequency [GHz]\", ylabel=\"Brightness Temperature [K]\")"
]
}
],
Expand Down

0 comments on commit f12b375

Please sign in to comment.