Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

This is a SAS/Graph version of 
http://rosettacode.org/wiki/Mandelbrot_set#Fortran

I used simple data steps, and a SAS/Graph Gplot of the points.

I set up macro variables at the top of the program where you 
can easily control which piece of the Mandelbrot set to show
(this let's you "zoom in" on a section).

Similar to the original code on Wikipedia, this version only
uses 2 colors, and makes a nice simple example with fairly 
short code.

Back to Samples Index