CUFF_MP_electrode.plot
- CUFF_MP_electrode.plot(axes: axes, color: str = 'gold', list_e: list = None, e_label: bool = True, alpha_lab: int = 1.2, **kwgs) None[source]
Plot the active contacts of a multipolar cuff electrode.
- Parameters:
axes (matplotlib.axes.Axes) – Target axes.
color (str, optional) – Electrode color.
list_e (list | None, optional) – Contact identifiers to display. Defaults to all contacts.
e_label (bool, optional) – If
True, annotate each displayed contact.alpha_lab (int, optional) – Label radial scaling factor.
**kwgs (dict) – Additional matplotlib patch keyword arguments.