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

When having missing at the start time. Scatter markers are not being draw. When another marker has no values after a certain point in time this point "converts" to the...

Closes: https://github.com/plotly/plotly.py/issues/4724 ## Documentation PR - [x] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md) - [x] This change runs in the current version of Plotly on PyPI and targets the `doc-prod` branch...

P2
community
fix

E.g in the below example the number of facets is not divisible by the number of columns and the bottom row isn't filled up but the xaxes in the bottom...

### Documentation PR Only a couple sentences added to the documentation--no new examples. - [x ] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md) - [x ] This change runs in the current...

feature
P2
community

Thanks for this really useful library. I was wondering if there is any intention to support heatmap / contour type plots in polar projection. Something like the figure below (done...

_Python 3.8.5; Plotly 4.14.1; Dash 1.19.0_ Plotly’s Sankey is not updated with new data on callbacks. A Sunburst plot based on the same data works correctly, as you can see...

The code in the example doesn't correctly import the dataset, namely the Data column that is supposed to be index is imported as ordinary column making the following code disfunction...

When specifying `textfont` in a Sankey diagram like this: `textfont=dict(color="blue", size=50)` the `color` is ignored, while `size` works correctly. A MWE with two figures. The first one has black nodes...

bug
P3

The docs say "This function takes either an ‘rgb(a, b, c)’ color or a list of such colors" but a list fails. windows 10, plotly 4.14.3 ``` from plotly.colors import...

bug
P3
documentation

a boolean column which would get converted straight to indices, unless we implement https://github.com/plotly/plotly.js/issues/5445