Hello all,

Title is self explanatory. I'm presenting margins output in a marginsplot, and I'm choosing to present them as a horizontal dotplot (in the manner of the coefplot command).

However, I'm not able to change the look of the dots (I'd like to use grey dashed lines instead of dots). I thought most options from the main command would normally work when using recast(). Any ideas?

Here is the (non-working) syntax for now:

Code:
marginsplot, horizontal recast(dot) linet(line) line(lcolor(gs12) lpattern(dash))
I've also tried to put the graph dot options in a plotopts() wrapper, but it still doesn't work (and I think Stata considers the margins results to be the plotopts anyways, not the plot region options...)

Any help would be greatly appreciated!

Thanks!
Jean-Philippe