Hi,
For some reason every time a graph something the variable labels is posted on the right side of the graph which compresses the figure. What I am used to is that these labels turn up beneath the figure (under date), this is also how I like it. I dont understand why this is happening because I am using the exact same code as before which generated graph with labels beneath. Does anyone have any input as to how I can fix this?
Code I am using:
Example of the graphs I am getting:
For some reason every time a graph something the variable labels is posted on the right side of the graph which compresses the figure. What I am used to is that these labels turn up beneath the figure (under date), this is also how I like it. I dont understand why this is happening because I am using the exact same code as before which generated graph with labels beneath. Does anyone have any input as to how I can fix this?
Code I am using:
twoway (area HPresesjon date, yaxis(2) color (gs14)) (tsline m16 m40)
Example of the graphs I am getting:

Comment