I have a question about graph histogram, specifically about how to control the space between the first bar and the left side of the plotregion
I would appreciate it if someone could explain the logic behind the large gap from the left side of the plotregion and the first bar on the graph compared to the small gap on the right side of the graph. Further, is there a way to reduce the size of the gap on the left side?
Here is a reproducible example showing the issue:
And, here is the resulting graph with red lines I have drawn to bring your attention to the area I am interested in:

Thank you in advance for your help.
Sincerely,
Alan
I would appreciate it if someone could explain the logic behind the large gap from the left side of the plotregion and the first bar on the graph compared to the small gap on the right side of the graph. Further, is there a way to reduce the size of the gap on the left side?
Here is a reproducible example showing the issue:
Code:
sysuse auto, clear hist rep78, percent discrete
Thank you in advance for your help.
Sincerely,
Alan
Comment