Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • marginsplot legend position

    Hello,
    I tried to adjust the position of the title in my margins plot, however the plot I get still places the legend on the right side of the graph. I specify the position of the legend as pos(6) but it does not change (I tried already all kinds of position numbers) I appreciate any help on this. thank you !

    Code:
    marginsplot, xdimension(variable1) legend( size(small) pos(6) region(lstyle(solid) lcolor(gs6))) by(variabe2, label("test" "test2")) byopts(title("")) xlabel(0 "Min." 50 "Max.", grid labsize(small)) ylabel(, grid labsize(small)) noci ytitle(y title, size(small)) xtitle(x title, size(small)) graphregion(color(white))

  • #2
    See https://www.statalist.org/forums/for...with-by-option.

    Comment

    Working...
    X