1
なぜ次のコードでは、fivethirtyeightテーマのように色が変わらないのですか?theme_fivethirtyeight()は棒グラフの色を変更しません
ggplot(df.long, aes(ROIs, Mean, fill=Methods))+
geom_bar(stat="identity",position="dodge", width=0.75)+
theme_fivethirtyeight()+
scale_color_fivethirtyeight()+
theme(axis.text.x=element_text(angle=20,hjust=1,vjust=1, face="bold", size=9),
axis.text =element_text(face="bold"),
axis.title= element_text(face="bold"),
legend.position=c(1,1),
legend.justification = c(1, 1))
'fill!= colour' – baptiste
@baptiste、answer as post? –
@BenBolkerまあ、テキストはある事を言います、別のコードなので、答えがわかりません。また、私が思いついたことは間違いなく嘘です。 – baptiste