Plotting

morphopy.neurontree.plotting.show_threeview(nt, fig=None, **kwargs)[source]

Plots all three two-dimensional projections of the neuron in nt.

Parameters:
  • nt – NeuronTree, neuron to be plotted
  • fig – (optional) pass the figure handle from outside if you want more control.
  • kwargs – arguments that can be passed to the NeuronTree.draw_2D() function.