myelinated.plot
- myelinated.plot(axes: axes, color: str = 'red', node_color: str = 'lightgray', elec_color='gold', **kwgs) None[source]
Plot the axon cross-section together with its node core.
- Parameters:
axes (matplotlib.axes.Axes) – Target axes.
color (str, optional) – Outer fiber color.
node_color (str, optional) – Node color.
elec_color (str, optional) – Color used for attached extracellular electrodes.
**kwgs (dict) – Additional matplotlib keyword arguments.