Hi from New Zealand
I am getting frustrated with the by() option in graph dot. I have had to resort to using the graph editor-- hence not "reproducible" research tut! tut!
The issue relates to over(gp) i.e. the "x-axis" over, not the "legend" over, over(aid)
As shown in the attached pic, I end up with the labels for the categorical groups being repeated for every sub graph - note using compact style. I have tried the various "[no]i..." but still no joy. So resort to removing them w ith the "hide" click
I have not posted any data - but i was hoping i am just missing something simple
I am getting frustrated with the by() option in graph dot. I have had to resort to using the graph editor-- hence not "reproducible" research tut! tut!
Code:
graph dot worm if para <12, over(aid) over(gp) /// by(para, imargin(tiny)note("") style(compact) /// noiyaxes xrescale iscale(*.8) /// legend(ring(0) at(12))) /// legend(col(3) rowg(*.5) colg(*.5) tit(Animal ID) ) /// asyvars ytit("") lines(lw(thin))
As shown in the attached pic, I end up with the labels for the categorical groups being repeated for every sub graph - note using compact style. I have tried the various "[no]i..." but still no joy. So resort to removing them w ith the "hide" click
I have not posted any data - but i was hoping i am just missing something simple
Comment