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

This one is pretty simple...

I use sas/graph 'proc gmap' to draw the flag (maps.iran),
and I use the pattern statement to control the color of
the map (very dark gray, to represent oil), and I use the 
gmap's "coutline" option to make the outlines white,
and the woutline=2 to make the outlines wider than normal.

I use goptions iback to specify the Iran flag as the 
background image behind the map.

The title contains a special-character in 'Irān', which
I input through my Windows keyboard, and I use the link=
option in the title to add an html drilldown/link to the
title so you can click on it and go to the CIA's webpage
on Iran.

Back to Samples Index