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.