Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
Modernized this example from the V6 Examples book, by making
the bars transparent.
Added coutline=same to the gmap (flames).
Increased the gchart bar width to width=12.
Unfortunately, the 'cartog' characters used for the trees are "empty"
rather than "filled" (as they were in the original V6 version), therefore
rather than using the cartog tree character I use a filled triangle
character ('C' from the 'marker' font) and stack 3 of them in slightly
smaller & offset sizes:
/*style='cartog'; text='M'; size=11.0; */
style='marker'; text='C'; color='vig';
x=40; y=53; size=9; output;
y=y+3; size=size*.6; output;
y=y+2; size=size*.6; output;
Back to Samples Index