gpt4 book ai didi

pandas - 将绘图保存在一个 pdf 文件中

转载 作者:行者123 更新时间:2023-12-02 00:33:15 25 4
gpt4 key购买 nike

我正在尝试将 for 循环中生成的绘图保存到一个 pdf 文件中,但是 here是说我们需要为此付出代价

此功能有任何更新吗?我们真的需要付费才能另存为 pdf 吗?

最佳答案

对于 2 年后仍在寻找快速答案的其他人:

可以将静态绘图导出为 pdf。生成一个有 plotly 的图形,比如 fig。这有 .write_image 方法可以导出为多种格式。简单地做:

fig.write_image("your_image.pdf")

注意:您可能需要安装 kaleido(plotly 使用它来转换为静态图像)。

pip install -U kaleido

然后:

fig.write_image("your_image.pdf", engine="kaleido")

学分和引用:

关于pandas - 将绘图保存在一个 pdf 文件中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50949025/

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