Plotly Express

Plotly Express -- 复杂图表的简单语法。 现在已集成到 plotly.py 中!「Plotly Express - simple syntax for complex charts」

Github星跟蹤圖

Plotly Express

Plotly Express 现在是 Plotly.py 版本4的一部分,因此 plotly_express 模块现在仅重新导出 plotly.express 的内容。

安装

如果您按照 plotly 入门指南 进行安装,您将访问 plotly.express。

但是,如果您现有的代码是从 plotly_express 显式导入的,并且您不想更改它,则仍然可以安装最新版本,该版本只是在 plotly_express 命名空间下公开了 plotly.express。

通过 pip

只需在终端中运行 pip install plotly_express== 0.4.1 即可!

通过 conda

您必须使用 conda install -c plotly plotly_express==0.4.1 从 plotly 通道进行安装。

获得帮助

如果发现错误,请加入我们的社区论坛或提交 Github 问题

主要指標

概覽
名稱與所有者plotly/plotly_express
主編程語言Python
編程語言Python (語言數: 2)
平台Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2018-12-28 04:48:28
推送於2019-12-06 15:23:13
最后一次提交2019-11-22 15:34:10
發布數17
最新版本名稱v0.4.1 (發布於 )
第一版名稱v0.1 (發布於 )
用户参与
星數6
關注者數13
派生數1
提交數190
已啟用問題?
問題數158
打開的問題數46
拉請求數10
打開的拉請求數1
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Plotly Express

Plotly Express is now part of Plotly.py version 4 and so the plotly_express module now just re-exports the contents of plotly.express

Installation

If you follow the plotly Getting Started instructions for installation, you will get access to plotly.express.

However, if you have existing code that imports from plotly_express explicitly and you don't wish to change it, you can still install the latest version, which just exposes plotly.express under the plotly_express namespace.

Via pip

Just running pip install plotly_express==0.4.1 in your terminal should do it!

Via conda

You'll have to install from the plotly channel with conda install -c plotly plotly_express==0.4.1

Getting Help

Please join our Community Forum or file a Github Issue if you've found a bug.