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

    navis.Volume.plot3d¶

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

    Plot volume 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
    >>> vol = navis.example_volume('LH')
    >>> v = vol.plot3d(color = (255, 0, 0))
    

    Back to top

    Source

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