ggplot 反映关于 y 轴的图

ggplot reflect plot about y-axis

有没有办法通过 y 轴反映用 ggplot 绘制的图?

我想从这个开始:

对此: (显然没有反映轴标签!)

有一个函数 scale_x_reverse() 可以满足您的需求。