Is there any way I can plot a graph like this in stata:
linear OR of age;

The odds ratio is from a logistic regression.
I want to plotting the odds ratio of every value of the continuous variable and set reference as the lowest value. "margins" seems meet my need, however, I have to list all values of the continuous variable so that it can calculate the OR. Another question is I want plot this graph on another graph plotted by "twoway", and I'm not sure how to do this in stata.