myelinated_results.plot_x_t

myelinated_results.plot_x_t(axes: axes, key: str = 'V_mem', color: str = 'k', switch_axes=False, norm=None, **kwgs) None[source]

Plot time traces at node locations or recorded positions.

Parameters:
  • axes (matplotlib.axes.Axes) – Target axes.

  • key (str, optional) – Result key to display.

  • color (str, optional) – Line color.

  • 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.