Hi,
I would like to have 2 different markers for the starting points and the end points. So for example, the 07 starting score should be a hollow circle and the 18 end score should be solid circle. The code that I have right now only gives me circles:
twoway (rcapsym v07 v18 indic, lwidth(thick) msize(medlarge) msymbol(o)) if ccode == 679, ylabel(-4(1)4, labsize(huge)) ymtick(, labsize(vlarge)) xlabel(, labsize(huge)) xmtick(, labsize(vlarge)) title(Yemen, size(huge)) xsize(1.5) ysize(4)
however I have tried different ways, adding more marker specifications to msymbol, but it does not work.
twoway (rcapsym v07 v18 indic, lwidth(thick) msize(medlarge) msymbol(o oh)) if ccode == 679, ylabel(-4(1)4, labsize(huge)) ymtick(, labsize(vlarge)) xlabel(, labsize(huge)) xmtick(, labsize(vlarge)) title(Yemen, size(huge)) xsize(1.5) ysize(4)
Is there even a way to do this?
Thank you,
Steffi
Related Posts with Different markers with rcapsym
re-transformation of logged DV give ridiculous valueDear All, I have a quick question. I am not sure what I did wrong here. After I run ivregress 2sls,…
mlabel in scatter plotDear Stata users, I'm trying to produce a graph with both scatter and lfit commands. I would like t…
Delimit Propensity Score to obtain a better matchingHello, I have a general doubt about PSM. The analyses of the graph (using teffects psmatch) are muc…
generate separate group variables instead of categorical variable. Need your help!Hi everyone, I have a logistic model to test the effect of different individual characteristics on …
VAR Model Lag Length Code: * Example generated by -dataex-. To install: ssc install dataex clear input float(Dlrgdp Dlo…
Subscribe to:
Post Comments (Atom)
0 Response to Different markers with rcapsym
Post a Comment