I am trying to figure out how to visually show marginal effects of categorical IVs on categorical DVs.

mlogit cluster4 ib2.dualcitizenship, base(4)
margins r.dualcitizenship
marginsplot, horizontal plotopts(connect(i)) xline(0)

However, in the resulting graph (attached) the lines for the different outcomes overlap. Is there away to offset them just a little to have better visualization or another solution. I would like to see the marginal effects per contrast of the IV on each outcome possibility.