Finally, I've used the scale_fill_brewer() function to define the colour scheme I want to apply to these density curves. ggplot(df, aes(x=value, fill=variable)) ...
確定! 回上一頁