Hello,
I'm trying to plot a histogram on Stata. I'm using a very simple code with the default s2color scheme:
Code:
However, the tick text is very close to the axis, the title is not centered and the text is smaller than usual. I don't know why this is happening. I'm using Stata 14.2 on Mac Big Sur.

I'm trying to plot a histogram on Stata. I'm using a very simple code with the default s2color scheme:
Code:
Code:
hist quant, title("Plot")
