We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ba2e5 commit 12d823bCopy full SHA for 12d823b
src/spikeinterface/widgets/motion.py
@@ -19,7 +19,10 @@ class MotionWidget(BaseWidget):
19
segment_index : int | None, default: None
20
If Motion is multi segment, the must be not None.
21
mode : "auto" | "line" | "map", default: "line"
22
- How to plot map or lines. "auto" makes it automatic if the number of motion depths is too high.
+ How to plot the motion.
23
+ "line" plots estimated motion at different depths as lines.
24
+ "map" plots estimated motion at different depths as a heatmap.
25
+ "auto" makes it automatic depending on the number of motion depths.
26
"""
27
28
def __init__(
0 commit comments