2017-08-05 88 views
3

如何用x斜體標示單詞斜體?x軸用斜體標示

代碼:

nr$species <- factor(nr$species, 
        levels=c("Gaur", "Sambar", "SpottedDeer", "IndianMuntjac", "WildBoar")) 
+1

我不知道什麼是 「illatics」 的意思,我目前編輯爲*「斜體「*,但不確定這是你需要的,請檢查編輯。 –

回答

3

更改文字的ggplot使用主題長相:

+ theme(axis.text.x = element_text(face = "italic"))