Skip to content

Commit 9ff7209

Browse files
committed
Update wristpy_tutorial.md
1 parent a27062c commit 9ff7209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/wristpy_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ plt.legend(['ENMO Epoch1', 'Non-wear'])
223223
224224
225225
We can visualize the sleep periods in comparison to other metrics; in this example, we compare the sleep windows to the angle-z data and the non-wear periods. In the default pipeline any sleep periods that overlap with non-wear periods are filtered out.
226-
This plot shows the sleep periods visualized by a blue trace, non-wear periods are visualized with a green trace, and the angle-z data with the semi-transparent red trace. These are all accessible directly from the results object calculated from the default pipeline:
226+
This plot shows the sleep periods visualized by a blue trace, non-wear periods are visualized with a green trace, and the angle-z data with the semi-transparent red trace. These are all accessible directly from the results object created with the custom pipeline:
227227
228228
```python
229229
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)