Re: [R] Missing x label in barplot

2020-05-14 Thread PIKAL Petr
quot;Climatological Mean", names.arg=c("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct","Nov","Dec"), col="cadetblue3", cex.axis = 1

[R] Missing x label in barplot

2020-05-13 Thread ani jaya
Dear R community, I found some missing x label when I saving this plot to tiff file: justsample <- rnorm(n=1095*3,mean=100,sd=10) justsample <- as.data.frame(matrix(justsample,ncol=3)) dd <- seq(from=as.Date("1985-01-01"), to =as.Date("1987-12-31"), by='day') y <- data.frame(Year=substr(dd,1,4),