Just wondering how to display a mandelbrot set vertically, like a mandelbrot set as this is positioned horizontally:
I was thinking more like viewing the smaller dimensions from the vertical axis.
Use exactly the same equations as you would use to display horizontal Mandelbrot set but switch y
with x
and x
with -y
.