All Projects → plotly → Plotly_express

plotly / Plotly_express

Licence: mit
Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Plotly express

Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+2363.19%)
Mutual labels:  jupyter, plotly-dash, data-visualization, plotly
Dash Table
A First-Class Interactive DataTable for Dash
Stars: ✭ 382 (-39.65%)
Mutual labels:  plotly-dash, data-visualization, plotly
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (-46.6%)
Mutual labels:  plotly-dash, data-visualization, plotly
Fitly
Self hosted web analytics for endurance athletes
Stars: ✭ 65 (-89.73%)
Mutual labels:  plotly-dash, data-visualization, plotly
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+2154.03%)
Mutual labels:  plotly-dash, data-visualization, plotly
Dashr
Dash for R - An R interface to the Dash ecosystem for creating analytic web applications
Stars: ✭ 337 (-46.76%)
Mutual labels:  plotly-dash, data-visualization, plotly
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (-64.45%)
Mutual labels:  plotly-dash, data-visualization, plotly
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (-60.82%)
Mutual labels:  plotly-dash, data-visualization, plotly
Lantern
Data exploration glue
Stars: ✭ 292 (-53.87%)
Mutual labels:  jupyter, plotly
Dash Cytoscape
Interactive network visualization in Python and Dash, powered by Cytoscape.js
Stars: ✭ 309 (-51.18%)
Mutual labels:  plotly-dash, plotly
Perspective
A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Stars: ✭ 3,989 (+530.17%)
Mutual labels:  data-visualization, jupyter
Django Plotly Dash
Expose plotly dash apps as django tags
Stars: ✭ 287 (-54.66%)
Mutual labels:  plotly-dash, plotly
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (-56.08%)
Mutual labels:  data-visualization, plotly
Floweaver
View flow data as Sankey diagrams
Stars: ✭ 266 (-57.98%)
Mutual labels:  jupyter, data-visualization
Plotlydash Flask Tutorial
📊📉Embed Plotly Dash into your Flask applications.
Stars: ✭ 265 (-58.14%)
Mutual labels:  plotly-dash, plotly
Jupyterlab Dash
An Extension for the Interactive development of Dash apps in JupyterLab
Stars: ✭ 342 (-45.97%)
Mutual labels:  jupyter, plotly-dash
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (-38.55%)
Mutual labels:  plotly-dash, plotly
Plotly
Plotly for Rust
Stars: ✭ 433 (-31.6%)
Mutual labels:  data-visualization, plotly
Py d3
D3 block magic for Jupyter notebook.
Stars: ✭ 428 (-32.39%)
Mutual labels:  jupyter, data-visualization
Jupyter Dash
Develop Dash apps in the Jupyter Notebook and JupyterLab
Stars: ✭ 453 (-28.44%)
Mutual labels:  jupyter, plotly-dash

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].