Answers for "change tick size ggplot"

0

change tick size ggplot

ggplot(data, aes(x,y)) + 
    geom_point() + 
    theme(axis.ticks.length=unit(.25, "cm"))
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language