From: Kumar Mainali on
Hello again,

Below is my code for creating boxplot of savings in each of the days of the
week. I would like to display y axis value for each of the quartiles. Any
help?

Thanks,
Kumar


*proc* *sort* data = alllist;

by day;

*run*;

goptions reset = all;

*proc* *boxplot* data = alllist;

plot saving_perc*end_day;

*run*;
 | 
Pages: 1
Prev: How to display grid?
Next: Missing values