石田修二研究室 > データ統計処理 > グラフ > (サイト内検索)
2005年から2015年までの四日市花火大会の事業費補助金の推移。
ソース。
par(family="HiraKakuProN-W3") #mac par(mar=c(4,4,4,2)+0.1) par(las=1) par(cex=0.9) y = c(2005:2015) n = c(13000000, 18500000, 18500000, 18500000, 18500000, 21500000, 21500000, 22500000, 20000000, 20000000, 22500000)/1000000 t = barplot(n, names.arg = substr(y,3,4), ylim=c(0,25), col = "gray", main="四日市花火大会事業費補助金の推移") text(t, y = n, labels = n, pos = 3, cex=0.8, xpd = TRUE) axis(side=2, labels="百万円", at=25, hadj=0.6, padj=-1.5)
リンクはご自由にどうぞ。
Last modified: 2015-09-03 02:28:27