question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Add plotly as `pandas.plotting.backend` option

See original GitHub issue

Feature 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:closed
  • Created 4 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

10reactions
nicolaskruchtencommented, Apr 18, 2020

Yes! We’re hoping to have something in the next release 😃

10reactions
nicolaskruchtencommented, Dec 16, 2019

Yep, this is something that’s on our roadmap, and we’re pretty excited about it too!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found