Dear Forum,
I will greatly appreciate some advice about use of marker_options with dotplot. I am using the dotplot command to graph one variable (galectin) over a second variable (crp_cat). I am also encoding a third variable (sex) by use of symbols as copied below:
# label define symbol 1 O 2 o
# label values sex symbol
# dotplot gal, over(crp_cat2) nx(30) m(none) mlabel(sex) mlabp(1) median center bar
The output graph is copied below. Specifically, I am asking how I can (1) add different colors to the symbols (maroon and navy), and (2) to have a line for "bar" to denote the median.
Thanks, in advance,
Itai

I will greatly appreciate some advice about use of marker_options with dotplot. I am using the dotplot command to graph one variable (galectin) over a second variable (crp_cat). I am also encoding a third variable (sex) by use of symbols as copied below:
# label define symbol 1 O 2 o
# label values sex symbol
# dotplot gal, over(crp_cat2) nx(30) m(none) mlabel(sex) mlabp(1) median center bar
The output graph is copied below. Specifically, I am asking how I can (1) add different colors to the symbols (maroon and navy), and (2) to have a line for "bar" to denote the median.
Thanks, in advance,
Itai
Comment