Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 723 Bytes

File metadata and controls

26 lines (16 loc) · 723 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.plot_functions.functions_3d

.. autofunction:: plot3d

.. autofunction:: plot3d_parametric_line

.. autofunction:: plot3d_parametric_surface

.. autofunction:: plot3d_spherical

.. autofunction:: plot3d_revolution

.. autofunction:: plot3d_implicit

.. autofunction:: plot3d_list