Change density plot line colors by groups ggplot(df, aes(x=weight, color=sex)) + ... linetype="dashed")+ labs(title="Weight density curve",x="Weight(kg)", ...
確定! 回上一頁