Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 663 Bytes

functions_2d.rst

File metadata and controls

19 lines (16 loc) · 663 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.graphics.functions_2d

.. autofunction:: line
.. autofunction:: line_parametric_2d
.. autofunction:: line_polar
.. autofunction:: contour
.. autofunction:: implicit_2d
.. autofunction:: list_2d
.. autofunction:: geometry