ggplot scale_x_log10() with bigger base than 10 for the logarithm

前端 未结 0 666
夕颜
夕颜 2020-12-07 23:54

Is there an easy way to scale a ggplot by log base 20 or higher? This works great:

ggplot(data, aes(x, y)) + geom_line() + scale_x_log10()

Un

相关标签:
回答
  • 消灭零回复
提交回复
热议问题