myelinated_results.plot_x_t_all_seq
- myelinated_results.plot_x_t_all_seq(axes: axes, key: str = 'V_mem', color: str = 'k', myelin_color: str = 'gray', switch_axes=False, norm=None, **kwgs) None[source]
Plot time traces for all section types, emphasizing nodes separately.
- Parameters:
axes (matplotlib.axes.Axes) – Target axes.
key (str, optional) – Result key to display.
color (str, optional) – Color used for node traces.
myelin_color (str, optional) – Color used for internode traces.
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.