This little python program generates an image of the mandelbrot set where you specify:
- The Position of the window where you want to take a snapshot: (x1,y1) and (y1,y2) the bottom left and top left corner of the window respectively
- You can also select predefined window locations
- The number of pixels on the x-axis. For the y axis will be scaled accordingly given a window size
- An existing color scheme from matplotlib