I'm trying to change the colour of my normal curve on my histogram. This is what ive tried however nothing happens it stays the default colour.
proc univariate data=Students;
var Results;
histogram /endpoints=(0 to 16 by 1) normal (Color=red w=5);
INSET N = 'Number of Patients' MEDIAN (8.2) MEAN (8.2) STD='Standard Deviation' (8.3) / POSITION = ne;
run;
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.