I always used a Mandelbrot image as the 'graphical' version of Hello World in any graphical application I got my hands on. Now it's your guys' turn.
- Language must be capable of graphical output or drawing charts (saving files disallowed)
- Render a square image or graph. The size at least 128 and at most 640 across*
- The fractal coordinates range from approximately -2-2i to 2+2i
- The pixels outside of the Mandelbrot set should be colored according to the number of iterations before the magnitude exceeds 2 (excluding* black & white)
- Each iteration count must have a unique color*, and neighboring colors should preferably be easily distinguishable by the eye
- The other pixels (presumably inside the Mandelbrot set) must be colored either black or white
- At least 99 iterations
- ASCII art not allowed
*) unless limited by the platform, e.g. graphical calculator
Allowed:
Disallowed:
(shrunken images)
Winning conditions:
Shortest version (size in bytes) for each language will get a mention in this post, ordered by size.
No answer will ever be 'accepted' with the button.