I'm using the following code to estimate an LPM and the effect of the treatment and interacted variables combined using the lincom. I'm having trouble graphing these results, though. I'm looking to produce a graph that has the y variable from the regression on the y axis and the variable relative on the x-axis. The code for the regression is copied below. I've attempted to use coeffplot and marginsplot to produce the graph I want, but to no avail.

Thanks!

regress y_accept offer c.relative trt_intentional ///
offer_intentional relative_intentional age i.female i.married i.party i.educ i.income, vce(robust)