Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Plotly_express | 595 | 14 | 7 | 4 years ago | 25 | August 07, 2019 | 56 | mit | Python | |
Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py! | ||||||||||
Sargraph.github.io | 125 | 2 months ago | 11 | gpl-3.0 | Handlebars | |||||
SARchart - An opensource version of the tool for viewing Unix SAR data as Charts/Graphs | ||||||||||
Vscode Coding Tracker Server | 77 | 2 | 1 | 4 years ago | 8 | March 22, 2018 | 10 | gpl-3.0 | JavaScript | |
:chicken: VSCode Coding Tracker extension server side program | ||||||||||
Helm3 Expressjs Tutorial | 51 | 4 years ago | 1 | |||||||
Guide to Helm 3 with an Express.js microservice | ||||||||||
Pulsar Helm Chart | 31 | 4 months ago | 8 | apache-2.0 | Mustache | |||||
Helm Chart for an Apache Pulsar Cluster | ||||||||||
Chartthestockmarket | 30 | 6 years ago | mit | JavaScript | ||||||
🔥 📈 💸 Chart the Stock Market - FCC Challenge | ||||||||||
Mqtt Realtime Chart Server | 26 | 4 years ago | mit | JavaScript | ||||||
Express.js - MQTT - Socket.io application for real-time streams | ||||||||||
Express Qrcode | 8 | 1 | 2 | 9 years ago | 1 | November 30, 2014 | gpl-3.0 | JavaScript | ||
Add a qrcode image on page on ExpressJS using Google Charts. | ||||||||||
Med3 | 7 | 4 years ago | HTML | |||||||
D3 charts using data from Microsoft SQL Server | ||||||||||
Botfront Helm | 7 | 2 years ago | Mustache | |||||||
Botfront Helm charts |
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
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.
pip
Just running pip install plotly_express==0.4.1
in your terminal should do it!
conda
You'll have to install from the plotly
channel with conda install -c plotly plotly_express==0.4.1
Please join our Community Forum or file a Github Issue if you've found a bug.