Hello listers,
I would like to produce a simple bar chart with
inst_type contains about 20 different string values, none of them super long nor with special characters in it. But Stata keeps cutting the labels off like this:

I tried many things like changing the axis scale, label size, aspect ratio but nothing helped. Does someone have a hint what the problem could be?
The same does not happen with all bar charts, some look perfectly fine.
I would like to produce a simple bar chart with
Code:
graph hbar (sum) var1 inst1, over(inst_type, sort(1) descending)
I tried many things like changing the axis scale, label size, aspect ratio but nothing helped. Does someone have a hint what the problem could be?
The same does not happen with all bar charts, some look perfectly fine.
Comment