Hi all,
I wonder how reduce the space between category in a graph, example:
I did try with :
But not solve my problem
Thanks in advance
Regards
I wonder how reduce the space between category in a graph, example:
Code:
clear all set more off sysuse auto reg mpg i.foreign margins foreign marginsplot, xscale(r(-0.1 1.1))
Code:
marginsplot, xscale(r(-0.1 0.2 0.9 1.1))
Thanks in advance
Regards
Comment