( ggplot(economics, aes(x='date', y='uempmed')) + geom_line(color='pink', # set line colour size=7, # set line thickness linetype='dashed' # set line type ) ...
確定! 回上一頁