unmyelinated_results.plot_x_t
- unmyelinated_results.plot_x_t(axes: Axes, key: str = 'V_mem', color: str = 'k', n_lines: int = 20, n_jumped_lines: int | None = None, switch_axes=False, norm=None, **kwgs) None[source]
Plot time traces at a subset of recording positions along the axon.
- Parameters:
axes (matplotlib.axes.Axes) – Target axes.
key (str, optional) – Result key to display.
color (str, optional) – Line color.
n_lines (int, optional) – Number of traces to sample when
n_jumped_linesis not provided.n_jumped_lines (int | None, optional) – Fixed stride used to subsample recording positions.
switch_axes (bool, optional) – If
True, swap time and position axes.norm (Any, optional) – Optional normalization passed to the parent implementation.
**kwgs (dict) – Additional plotting keyword arguments.