fascicle_results.plot_recruited_fibers

fascicle_results.plot_recruited_fibers(axes: axes, contour_color: str = 'k', myel_color: str = 'b', unmyel_color: str = 'r', num: bool = False, vm_key: str = 'V_mem') None[source]

Plot the fascicle while highlighting recruited fibers.

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

  • contour_color (str, optional) – Fascicle contour color.

  • myel_color (str, optional) – Color used for recruited myelinated fibers.

  • unmyel_color (str, optional) – Color used for recruited unmyelinated fibers.

  • num (bool, optional) – If True, annotate axon indices.

  • vm_key (str, optional) – Voltage key used to determine recruitment.