Skip to content

Commit 78392bf

Browse files
committed
Fixing function and ...
1 parent e13d5fe commit 78392bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Week_3_plotting/Lab_3_plotting.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,10 @@
137137
"outputs": [],
138138
"source": [
139139
"\n",
140-
"def plot_functio(axs, ts, data, channel_info):\n",
140+
"def plot_function(axs, ts, data, channel_info):\n",
141141
" # See below for possible format for channel_info\n",
142-
" # optional do plot as a function"
142+
" # optional do plot as a function\n",
143+
" ..."
143144
]
144145
},
145146
{

0 commit comments

Comments
 (0)