腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(1079)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
用于python不保存的
ggsave
中的
ggsave
()
我已经将
ggsave
导入python,并且正在运行下面的脚本,希望
ggsave
()能够将我的代码保存在某个地方,但是它似乎并没有将任何东西写到.png文件中供以后使用。+str(i)) #this is not saving to any directory
ggsave
浏览 3
提问于2015-12-07
得票数 4
回答已采纳
1
回答
ggsave
()作为svg fontconfig错误
我正在尝试使用
ggsave
()作为ggplot保存为svg。当我这样做时,我会得到一个fontconfig错误。我已经安装和更新了svglite和gdtools软件包。
ggsave
(filename = "diamonds.svg") Saving
浏览 0
提问于2017-06-21
得票数 2
回答已采纳
3
回答
Rscript ggplot -
ggsave
问题
: geom_point()
ggsave
浏览 1
修改于2011-07-29
得票数 1
回答已采纳
1
回答
ggsave
抛出错误
库(Ggplot2)它抛出一个错误 "Saving 6.99 x 7
浏览 0
修改于2013-06-06
得票数 1
1
回答
ggsave
如何不覆盖?
for (i in 1:3){ geom_point()
ggsave
浏览 1
修改于2016-01-18
得票数 1
1
回答
更改默认
ggsave
背景颜色
我遇到了一个问题,几个月前,
ggsave
()的行为似乎发生了变化,默认使用透明背景,而不是白色背景。vaccine_data_summary, aes(y = vaccine_uptake, x = region)) +
ggsave
ggsave
("box_plot.png", plot = box_plot, width = 1200, height = 675, units = "px", bg = &quo
浏览 0
修改于2021-10-04
得票数 2
1
回答
用
ggsave
设置图像分辨率
我发现自己被
ggsave
不接受res的论点弄糊涂了。
ggsave
("p.png", res = 300) by设备中的错误::png(.
ggsave
可能也有帮助。
浏览 4
提问于2021-02-07
得票数 0
回答已采纳
1
回答
关于过热包中的
ggsave
我想知道如何在超热软件包中使用
ggsave
。
ggsave
不起作用......install.packages("devtools") scale = TRUE, heat.col.scheme = "red")
ggsave
浏览 4
提问于2019-12-31
得票数 2
3
回答
较大尺寸的
ggsave
错误
>
ggsave
("tst.png",height=6.75,width=9)Error in2: In grDevices::png(..., width = width, height = height, res = dpi, :我以前用
ggsave
浏览 7
修改于2010-11-28
得票数 13
回答已采纳
1
回答
ggsave
不限制线宽。
linetype = "solid"), )
ggsave
浏览 2
提问于2016-04-07
得票数 3
回答已采纳
1
回答
精确设置
ggsave
的大小
ggsave
(filename = "foo.png",ggplot(mtcars, aes(x=wt, y=mpg)) +和
ggsave
(filename = "foo.png",ggplot(mtcars,
浏览 78
修改于2020-06-21
得票数 46
回答已采纳
2
回答
ggsave
scale不缩放文本大小
每当我使用
ggsave
和scale保存绘图时,绘图的大小会增加,但文本的大小不会增加。panel.border = element_rect(colour = "black", fill=NA))+ xlab("Date")
ggsave
("sample_graph2.png", scale = 3) 这是图表1
浏览 179
修改于2019-12-07
得票数 2
回答已采纳
1
回答
Rstudio绘图查看器设置和
ggsave
我目前的ggplot2,
ggsave
,load和view的工作流程非常烦人。 是否可以在RStudio中设置绘图查看器,以给出与我的
ggsave
中相同的布局?作为参考,我的大部分图都是
ggsave
("fig1.png", width=8.85, height=x, units="cm", dpi=600)的,高度取决于我放在一起的东西。
浏览 31
修改于2020-04-28
得票数 0
回答已采纳
2
回答
将
ggsave
与管道一起使用
我可以在存储绘图后使用
ggsave
保存它,但在管道中使用它时,我会得到以下错误。我希望在同一(管道)命令中绘制和保存。method for 'grid.draw' applied to an object of class "c('LayerInstance', 'Layer', 'ggproto', 'gg')" 我知道
ggsave
此外,在
ggsave
命令中使用'filename=‘和'plot=’
浏览 106
修改于2019-02-12
得票数 6
回答已采纳
1
回答
RScript - ggplot()和
ggsave
()循环没有遍历列表
我正在尝试使用一个带有ggplot()和
ggsave
()的循环,通过下面的代码从一组独立的数据框中创建一组图: temp2 = list(gsub("*.txt.out$", "", list.filesscale_fill_brewer(palette = "Set3") +
ggsave
(paste0(Eg_cluster, ".pd
浏览 26
提问于2021-04-15
得票数 1
1
回答
R图例/轴尺寸与
ggsave
ggsave
(filename="D:/Documents/units_plot.png", width = 4, height = 2) 我不知道该如何正确设置图像尺寸(应该是1000x500px),
浏览 0
提问于2019-05-10
得票数 0
回答已采纳
1
回答
无法在marrangeGrob之后使用
ggsave
geom_point()}
ggsave
=10, height = 5) 这里讨论的mylist <- append(mylist, p) 将在
ggsave
浏览 5
修改于2017-08-30
得票数 0
回答已采纳
0
回答
将
ggsave
合并到R函数中
1.61, 1.10), ) x = "Year", caption = "Data from espn.com") #
ggsave
ggsave
(p, file = "
浏览 1
提问于2018-07-18
得票数 0
回答已采纳
1
回答
ggsave
提供空白的jpeg图像
我使用了以下上下文: dev.new()
ggsave
("model_data.jpg", path= "C:\
浏览 93
提问于2019-04-22
得票数 1
回答已采纳
1
回答
使用
ggsave
()保存时,图例框超出边界
我使用
ggsave
("myPlot.png", p, units = "cm", dpi = 600),其中p表示我的情节。我应该在我的ggplot调用中还是在
ggsave
()中修复这个问题?
浏览 5
提问于2018-09-29
得票数 2
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券