nerve.plot

nerve.plot(axes: <MagicMock name='mock.pyplot.axes' id='139958333172160'>, contour_color: str = 'k', myel_color: str = 'r', unmyel_color: str = 'b', elec_color: str = 'gold', num: bool = False, **kwgs)[source]

plot the nerve in the Y-Z plane (transverse section)

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

  • contour_color (str) – matplotlib color string applied to the contour. Black by default

  • myel_color (str) – matplotlib color string applied to the myelinated axons. Red by default

  • unmyel_color (str) – matplotlib color string applied to the myelinated axons. Blue by default

  • elec_color (str) – matplotlib color string applied to the electrodes axons. Blue by default

  • num (bool) – if True, the index of each axon is displayed on top of the circle