Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 746 Bytes

functions_3d.rst

File metadata and controls

21 lines (18 loc) · 746 Bytes

3D general plotting

NOTE: For technical reasons, all interactive-widgets plots in this documentation are created using Holoviz's Panel. Often, they will ran just fine with ipywidgets too. However, if a specific example uses the param library, then users will have to modify the params dictionary in order to make it work with ipywidgets. Refer to :ref:`interactive` module for more information.

.. module:: spb.graphics.functions_3d

.. autofunction:: line_parametric_3d
.. autofunction:: list_3d
.. autofunction:: surface
.. autofunction:: surface_parametric
.. autofunction:: surface_revolution
.. autofunction:: surface_spherical
.. autofunction:: plane
.. autofunction:: implicit_3d
.. autofunction:: wireframe