Answers for "increase tick mark size ggplot2 x-axis"

R
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

Code answers related to "increase tick mark size ggplot2 x-axis"

Browse Popular Code Answers by Language