PyG2Plot icon indicating copy to clipboard operation
PyG2Plot copied to clipboard

🎨 Python3 binding for `@AntV/G2Plot` Plotting Library .

Results 10 PyG2Plot issues
Sort by recently updated
recently updated
newest added

Python 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. > `from pyg2plot import Plot` Traceback (most...

在Vs Code Jupyter中使用render_notebook()时,需要运行多次图表才能显示。

在 iframe 中渲染时,notebook.html 中 overflow 属性会影响外部样式,导致外部 window 不能滚动

某些使用场景下,不能通过网络访问线上js文件

代码如下: from pyg2plot import Plot, JS line = Plot("Line") line.set_options({ "height": 400, # set a default height in jupyter preview "data": [ { "year": "1991", "value": 3 }, { "year":...

使用from snapshot_selenium import snapshot将得到的html转为图片,报错, 使用方法为pyecharts.render.make_snapshot(snapshot_selenium.snapshot, 'xxx.html', 'xxx.png') ``` Traceback (most recent call last): File "/home/tests/test_1.py", line 20, in make_snapshot(snapshot, '/home/plot.html', "bar0.png") File "/usr/local/lib/python3.8/dist-packages/pyecharts/render/snapshot.py", line 32, in make_snapshot content = engine.make_snapshot(...

如这里设置吗 column.set_options({ "position": "top" } })

hello,感谢分享 我是用Jupyter Notebook调用PyG2Plot画图后,将.ipynb通过jupyter nbconvert转为.html后,.html有无法上下滚动浏览的问题~