two-dimensional spiral curve in python

177 Views Asked by At

How to plot a two-dimensional spiral curve.

I have the following equation:

x = r(theta) x cos(theta)

y = r(theta) x sin(theta)

r = a x theta

a is an arbitrary constant.

How could I use these equation to plot this figure?

0

There are 0 best solutions below