Hi there,

I have made this code for a nice bar graph:

Code:
graph bar e45svenstrup e45vodskov e39bouet, over(stoppested, lab(angle(45)) sort(row)) bargap(-35) legend( label(1 "E45 Svenstrup") label(2 "E45 Vodskov") label(3 "E39 Bouet") rows(1) region(lstyle(none)) ) ytitle("Estimeret ÅDT [ktj]", margin(right)) xsize(10) graphregion(color(white))
I like the design very much but there is something about the sizing. When I export the chart to PDF, the size is: [25,40 * 10,16 cm]. I want it to become higher without changing the width. How is that possible? I have tried ysize but that affects the width as well.

Best Regards,
Peter