简体   繁体   English

散景在单个图像中导出所有图表、表格

[英]Bokeh export all charts, tables in a single image

I m building some chart usign bokeh chart.我正在构建一些图表使用散景图。

This is the output:这是 output:

在此处输入图像描述

Now I want to know if is possible to create a Print or an image to print.现在我想知道是否可以创建打印或要打印的图像。 In my case I can export as image only chart and not Table too.在我的情况下,我可以导出为仅图像图表而不是表格。

AFAIK, there's nothing built into Bokeh for that. AFAIK,散景中没有为此内置任何东西。 However, you can implement it directly using some of the links in this answer: https://stackoverflow.com/a/18581496/564509但是,您可以使用此答案中的一些链接直接实现它: https://stackoverflow.com/a/18581496/564509

Alternatively, you can just print the whole web page using window.print() .或者,您可以使用window.print()打印整个 web 页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM