Skip to content

Commit

Permalink
fix syntax for slice plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Sep 19, 2024
1 parent 1f78e42 commit a21e049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/mth5/03_channel_ts_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
}
],
"source": [
"ex_slice._ts.plot()"
"ex_slice.plot()"
]
},
{
Expand Down Expand Up @@ -945,7 +945,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a21e049

Please sign in to comment.