Skip to content

Commit 0a7de99

Browse files
committed
Fix link to slicer plot
1 parent b0c5745 commit 0a7de99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/1_exploring-data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
"- Inspect and understand the HTML view of the result.\n",
518518
"- Plot the result.\n",
519519
" There are two options:\n",
520-
" - Use [Plopp's `slicer` utility](https://scipp.github.io/plopp/user-guide/plot-types/slicer-plot.html) to navigate the different layers using a slider (requires `%matplotlib widget` to enable interactive figures)\n",
520+
" - Use [Plopp's `slicer` utility](https://scipp.github.io/plopp/plotting/slicer-plot.html) to navigate the different layers using a slider (requires `%matplotlib widget` to enable interactive figures)\n",
521521
" - Use `sc.plot` after collapsing dimensions, `sc.collapse(grouped, keep='tof')`\n",
522522
"- Bonus: When grouping by straw layers, there is a different number of straws in the center layer of each tube (3 instead of 2) due to the flower-pattern arrangement of straws.\n",
523523
" Define a helper data array with data set to 1 for each spectrum (using, e.g., `norm = sc.DataArray(data=sc.ones_like(layer), coords={'layer':layer})`), group by layers and sum over spectrum as above, and use this result to normalize the layer-grouped data from above to spectrum count.\n",

0 commit comments

Comments
 (0)