neuralib.morpho.swc.plot_swc

neuralib.morpho.swc.plot_swc(swc, radius=True, color=None, as_2d=False)[source]

Plot swc file as 2d

Parameters:
  • swc (SwcFile) – SwcFile

  • radius (bool) – Plot with radius.

  • color (dict[str, str] | None) – Color dict. With {identifier name: color coded}

  • as_2d (bool)