Feature Request: Add plotly as `pandas.plotting.backend` option
See original GitHub issueFeature Request: Add plotly as pandas.plotting.backend
option.
We don’t have to use Matplotlib as the plotting backend for pandas any longer. Holoviewsand Bokeh are options. Would love Plotly to be an option.
See this SO answer for a discussion.
Thank you for considering!
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Pandas plotting backend in Python
The Plotly backend supports the following kind s of Pandas plots: scatter , line , area , bar , barh , hist and...
Read more >How to use Plotly as Pandas Plotting Backend
Just use the .plot keyword on any pandas DataFrame or Series and you will get access to most of the functionality of maptlotlib: ......
Read more >python - Plotly: How to make different plots using plotly as a ...
You can define which plot type you'd like to produce through the kind argument in: df.plot(kind='line'). kind='line' produces the very same ...
Read more >Plotting in Pandas Just Got Prettier - Towards Data Science
Let's take a look at how we can create richer visualisations using the Plotly and Bokeh backends. Using different backends. To activate ...
Read more >Backends - Julia Plots
These are treated as separate backends, though they share much of the code and use the Plotly JavaScript API. plotly() is the only...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes! We’re hoping to have something in the next release 😃
Yep, this is something that’s on our roadmap, and we’re pretty excited about it too!