plotly.py 一个交互式、基于浏览器的python图表库-python开发

时间:2024-07-08 11:44:54
【文件属性】:

文件名称:plotly.py 一个交互式、基于浏览器的python图表库-python开发

文件大小:34.46MB

文件格式:ZIP

更新时间:2024-07-08 11:44:54

数据可视化

plotly.py 一个交互式、基于浏览器的python图表库 plotly.py 最新版本用户论坛 PyPI 下载许可证快速入门 pip install plotly==4.8.1 在 Jupyter notebook 中(可通过 pip install "notebook>=5.3" "ipywidgets>=7.2" 安装): import plotly.graph_objects as go fig = go .Figure() fig.add_trace(go.Scatter(y=[2, 1, 4, 3])) fig.add_trace(go.Bar(y=[1, 4, 3, 2])) fig.update_layout( title = 'Hello Figure') fig.show() 有关更多示例,请参阅 Python 文档。 阅读 plotly.py v4 中的新内容 概述 plotly.py 是一个交互式、开源和基于浏览器的 Python 图形库 :sparkles: 建立在 plotly.js 之上,plotly.py 是一个高级的声明性图表库.


网友评论