navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.BaseNeuron.plot3d
          • BaseNeuron.plot3d()

    navis.BaseNeuron.plot3d¶

    BaseNeuron.plot3d(**kwargs)[source]¶

    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)
    

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.