保存时为什么我的图像会旋转?

时间:2018-03-09 10:43:11

标签: java android

为什么我的图像在Android中保存时会旋转?

将图像保存到设备的外部存储器中时,我的图像会旋转。

我的代码如下:

library(tidyr)
library(ggplot2)

# wide-to-long
plotDat <- gather(df, key = "version", value = "value", -gr)

# plot with group
ggplot(plotDat, aes(gr, value, col = version, shape = version, group = version)) +
  geom_point() +
  geom_line()

enter image description here

0 个答案:

没有答案
相关问题