MandelbrotSetPlot
MandelbrotSetPlot[{zmin, zmax}] plots the portion of the Mandelbrot set inside the rectangle with corners zmin and zmax.
MandelbrotSetPlot[] plots the Mandelbrot set over a default rectangle.
Examples
Plot the Mandelbrot set:
MandelbrotSetPlot[]Zoom into a region:
MandelbrotSetPlot[{-0.5 + 0.5 I, 0.5 + I}]Please visit the official Wolfram Language Reference for more details.