Previous Up Next

19.8.2  Curves in polar coordinates

The plotpolar or polarplot or DrawPol or courbe_polaire command draws a curve given in polar coordinates.

Examples

plotpolar(t,t)
plotpolar(t,t,tstep=1)

or:

plotpolar(t,t=0..10,tstep=1)

Previous Up Next