b12f778a创建于 2022年9月19日历史提交

Polar Function

Examples

  1. Plotting a polar function represented as string.

::

ezpolar("1 + cos(t)")

Result:

.. image:: ../../../tests/imgs/polar/polarFunction_1.png :align: center :width: 360

  1. Plotting a polar function represented as lambdas.

::

ezpolar({t => 1.0 + cos(t)})

Result:

.. image:: ../../../tests/imgs/polar/polarFunction_2.png :align: center :width: 360