data example; set crssamp.housing; small = (rm<6.94); proc gchart; vbar medv / subgroup=small; run;