Hello,

I am using this code for boxplots -

​​​​​​graph box , ///
over(month, relabel()) ///
title () ///)
ytitle() ///
b1title() ///
ylabel() ///
yscale(range()) ///
egen mean = mean(), by()///
scatter Time mean, ms(Dh) msize(*2)

Is it possible to add markers to the boxplots indicating the actual values for the median, 1st, and 3rd quartiles?