Hi,
I´m creating the follwing graph in a loop
However, the resulting Graphs look pretty squeezed, therefore I would like to change the labeling of the x-axis
I tried the following Option
to Display every fifth year, which did not work, furthermore I would like to Change the lables from horizontal to vertical.
Any help would be greate!
I´m creating the follwing graph in a loop
Code:
graph bar commitment_amount_usd_constant if group_recipient_sector == `i', over(year)
I tried the following Option
Code:
xlabel(1973(5)2013)
Any help would be greate!
Comment