gpt4 book ai didi

从 googleVis 输出中删除页脚

转载 作者:行者123 更新时间:2023-12-01 13:47:19 25 4
gpt4 key购买 nike

有没有办法从 googleVis 输出中删除或隐藏页脚?以下是每个 googleVis 输出中显示的内容。

Data: sport • Chart ID: TimelineID95891e64f3 • googleVis-0.5.10
R version 3.2.3 (2015-12-10) • Google Terms of Use • Documentation and Data Policy

最佳答案

创建可视化

M <- gvisColumnChart(data, xvar = "", yvar = "", options = list(), chartid)

然后删除页脚和标题

M$html$footer <- NULL
M$html$jsFooter <- NULL
M$html$caption <- NULL

然后打印或绘制图表

print(M,tag = "html" ,file = "M.html") 
plot(M)

关于从 googleVis 输出中删除页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34969741/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com