Y-axis in geom_bar

Hi @Namim, try to put a reproducible example in this way:

reprex

# Maybe if you divide the y axis between 1000
ggplot(foramtotal, aes(assemblage, depth/1000)) +geom_bar("identity", fill="blue") + ggtitle ("Localización") + ylab("Profundidad (m)") + xlab ("Estado") theme_classic()
1 Like