我的資料集位于 txt中的鏈接資料集
ggplot(vojvodina2016, aes(x=uz, y=per1000, fill=grupa))
geom_bar(stat='identity', position='dodge')
scale_x_continuous(breaks = c(0,5,15, 25,35,45,55,65,75,85),
label = c("0", "5", "15","25", "35", "45","55", "65", "75","85 "))
theme_bw()

但是,似乎條形的寬度不同。
uj5u.com熱心網友回復:
我運行了您的代碼并獲得了所有條形的寬度相等的圖形。您的代碼中沒有任何一行表明它應該是其他的。嘗試用不同的尺寸/解析度列印出來。
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/438215.html
