Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 778 Bytes

File metadata and controls

31 lines (19 loc) · 778 Bytes

2D 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_2d

.. autofunction:: plot

.. autofunction:: plot_implicit

.. autofunction:: plot_parametric

.. autofunction:: plot_parametric_region

.. autofunction:: plot_contour

.. autofunction:: plot_polar

.. autofunction:: plot_geometry

.. autofunction:: plot_list

.. autofunction:: plot_piecewise