News

+ ylim(120000, 138000), but that applied the y limit constraint on each bar individually in the stacked bar plot, making the bars with small y values disappear instead! I tried adding + ...
I am trying to create a stacked area plot and label the x axis with the variables using scale_x_discrete. However, as soon as I add scale_x_discrete to my code, the x axis gets wiped out: My code ...