Suppose I have a continuous x-axis, I want to add a constant value to each tickmark tag. For example,
ggplot(data=warpbreaks,aes(x=breaks,y=replicate)) + geom_point() … There will be markers
Suppose I have a continuous x-axis, I want to add a constant value to each tickmark tag. For example,
ggplot(data=warpbreaks,aes(x=breaks,y=replicate)) + geom_point() … There will be markers