x = a*y
y = x + b*y
When iterated this formula will produce many kinds of spirals.
The spiral will change by changing the starting point.Here instead
of drawing a single iteration, we plot a global picture of the formula for
all starting points in the -4 < x,y < 4 range.