Custom axis tick labels in ggplot2

前端 未结 2 712
眼角桃花
眼角桃花 2021-01-25 15:53

I would like to show a short time series showing heterogeneity of heroin seizures in Europe over the span of 22 years. However there are different amount countries included in s

2条回答
  •  粉色の甜心
    2021-01-25 16:40

    Have you tried using the label argument in scale_x_continuous? If you have a vector with the "xx" you want as labels this should work.

提交回复
热议问题