well i have a data included two columns month->1,2,3...324 & SPI values positive & negative

ggplot(data = spi1_col,aes(x=month ,y=spi1))+

geom_bar(data = spi1_col,mapping = aes (x=month ,y=spi1),stat = "identity",

position = "stack", inherit.aes = "TRUE")

how can i show the whole 324 month in x axis and allocate two colors for negative and positive

values for the SPI?

More Morteza Shabestari's questions See All
Similar questions and discussions