plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

Results 707 plotly.py issues
Sort by recently updated
recently updated
newest added

Hi, I was reading this page on the website `https://plotly.com/python/getting-started/` which I think is this file `doc/python/getting-started.md` (hope i'm right about the file) to install extra dependencies (namely kaleido) without...

bug
P2
documentation

Using a button to toggle series of data for plots makes sense. My use case for Sunburst (and Treemap and Icicle views on the same data) could do with having...

bug
P2

Plotly is a fantastic tool to generate a great number of plots, hence I want first of all to thank the developers for a great tool. When drawing 3-D plots,...

bug
P2

While `mpl_to_plotly` is little known and receives little love, this bug is pretty easy to fix. Would you be open to a PR? ```python import matplotlib.pyplot as plt from plotly.tools...

bug
P3

The problem was reported [here](https://community.plotly.com/t/double-click-reset-view-button-to-reset-zoom-doesnt-restore-the-graph-to-its-original-axis-range/15668) and [here](https://community.plotly.com/t/reset-axes-should-respect-custom-ranges/10753) and it hasn't been fixed since 2018! When you set a custom x-axis range, double clicking/reset axis/autoscale actions reset the custom range. The...

bug
P2

There seems to be a breaking change between 6.2.0 and 6.3.0. When setting the top-margin to 0 the y-axis label is cut off when it is right at the end...

bug
P1
regression