Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
Note that the bar heights are now more "proportional" to the data values
(possibly via S03555103)
Had to use "goptions ctext=white" rather than "goptions colors=(white)".
Had to increase the size of the blank footnote on right-side of graph
from 15% to 19%:
footnote1 angle=90 height=19 ' ';
Changed the color of the lightest/shortest bar to yellow, because
it was easily confused with the color of the 2nd bar (especially since
the sides of the 3d bars were shaded):
pattern2 value=solid color=yellow;
Back to Samples Index