unmyelinated_results.plot_x_t

unmyelinated_results.plot_x_t(axes: <MagicMock name='mock.pyplot.Axes' id='126257859384560'>, 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 key in time at various position.

Warning

This method should only internally called by either myelinated.plot_x_t or unmyelinated.plot_x_t. Therefore, x_index, x_pos arguments are automatically set by the daughter class methods

Parameters:
  • axes (plt.Axes) – axes of the figure to display the fascicle

  • x_index (np.ndarray) – list of index to plot

  • x_pos (np.ndarray) – x position that should be ploted

  • key (str, optional) – key of the results’ signal that should be ploted, by default “V_mem”

  • color (str, optional) – color of the line plot, by default “k”

  • switch_axes (bool, optional) – _description_, by default False