Polar Function
Examples
- Plotting a polar function represented as string.
::
ezpolar("1 + cos(t)")
Result:
.. image:: ../../../tests/imgs/polar/polarFunction_1.png :align: center :width: 360
- 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