Hello,
I am trying to make a plot that looks similar to the attached, but ...
1) instead of the five repeated lists (e.g., Neither to Both, Neither to Reading...), I just want one list, and...
2) instead of dots I would like to use the Eng-Eng, Eq-Eq etc. labels as mlabels (markers).
I used:
graph dot (asis) v2, over(v1) over(v3) ///
linetype(line) lines(lw(vvthin) lc(gs12)) marker(1, ms(Oh) msize(*1.5))
(Thanks to Nick Cox for this code, which was posted in the forum)
And thanks in advance for your help!
I am trying to make a plot that looks similar to the attached, but ...
1) instead of the five repeated lists (e.g., Neither to Both, Neither to Reading...), I just want one list, and...
2) instead of dots I would like to use the Eng-Eng, Eq-Eq etc. labels as mlabels (markers).
I used:
graph dot (asis) v2, over(v1) over(v3) ///
linetype(line) lines(lw(vvthin) lc(gs12)) marker(1, ms(Oh) msize(*1.5))
(Thanks to Nick Cox for this code, which was posted in the forum)
And thanks in advance for your help!
Comment