Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
SAS/Graph based on graph on p. 5 of "The Pragmatic Marketer" magazine,
Volume 6, Issue 1, 2008.
The data & graph is also on the following webpage:
http://pragmaticmarketing.com/publications/survey/2007/2007-annual-product-management-and-marketing-survey
I made the middle (overall) bar gray, rather than green.
I added html charttips & drilldown to each bar.
I used user-defined formats to make the labels for the groups of bars
along the horizontal/bottom axis.
I used 'style=0' in the axis statement to get rid of the axis line
for the response (left) axis.
I used 'justify=' in the axis labels, to get the text to split
onto 2 lines.
Back to Samples Index