0
You should adjust the scale of your Plot.
whereas p
be its object of Plot generated with the ggplot2
, just increase the adjustment of breaks
on the scale x
.
p + scale_x_continuous(breaks = seq(0, 80, 10))
If the code shown here does not show the expected result, please make available the code that was performed to generate your Plot.