pymaid.CatmaidNeuron.plot3d

CatmaidNeuron.plot3d(**kwargs)

Plot neuron using navis.plot3d().

Parameters:

**kwargs – Keyword arguments. Will be passed to navis.plot3d(). See help(navis.plot3d) for a list of keywords.

See also

navis.plot3d()

Function called to generate 3d plot.

Examples

>>> import navis
>>> nl = navis.example_neurons()
>>> #Plot with connectors
>>> viewer = nl.plot3d(connectors=True)