This project renders a high-resolution, colored Mandelbrot set using Python, NumPy, and Matplotlib.
- High-resolution (5000x5000) Mandelbrot rendering
- HSV-based color palette for vibrant visuals
- Image saved as PNG automatically
- Easily zoomable with coordinate range changes
- Python 3.8+
- NumPy
- Matplotlib
Install requirements with:
pip install -r requirements.txt
Run the script:
python mandelbrot.py
This will display the image and save it as mandelbrot.png in the current directory.
-
Change xmin, xmax, ymin, ymax to zoom.
-
Adjust width, height, and max_iter for detail and performance.
MIT License. Feel free to use and modify.