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

I'm trying to display a legend with a Sankey diagram. I gather this is intended to be possible as the [docs](https://plotly.github.io/plotly.py-docs/generated/plotly.graph_objects.Sankey.html) state this for the `name` param for `plotly.graph_objects.Sankey`: _Sets...

P3
documentation

This has been reported on a [sphinx-gallery issue](https://github.com/sphinx-gallery/sphinx-gallery/issues/1238) but I don't think it has here. The plotly scraper is not generating thumbnails for sphinx-gallery to use. The [sphinx-gallery plotly example](https://sphinx-gallery.github.io/stable/auto_plotly_examples/plot_0_plotly.html)...

bug
P2

Hi, Here's a reproducible example below. Clicking on the legend group does not hide the second vrect (unlike for fig.add_trace(go.Scatter()) calls). I tried it on versions 5.23.0 and 5.19.0. ```python...

bug
P3

Plotly has several figure factory components living in a separate package: ``` import plotly.figure_factory as ff ``` These include dendrograms, hexagonal binning tile map, quiver plots, streamline plots, tables, ternary...

feature
P3

Currently, several Plotly Express trace types do not support the `facet` parameter: > * **Faceting**: the 2D-cartesian plotting functions support [row, column and wrapped facetting with `facet_row`, `facet_col` and `facet_col_wrap`...

feature
P3

Hi there. I describe here a problem that I found not solution so far. This seems like a bug https://github.com/user-attachments/assets/73f67fb3-d9c2-4f93-a384-b1b06053f378 Using dash 2.17.1, plotly 5.23.0, python 3.12.4, Windows 11. Context...

bug
P3

## Code PR - [x] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/master/contributing.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications...

P2
community
fix
documentation

proposed by empet [on the forum](https://community.plotly.com/t/faster-animation-than-with-duration-0/72083/2?u=adamschroeder).

feature
P2
community

Allowing more updated versions of lumino packages. This will resolve https://github.com/plotly/plotly.py/issues/4354 Please uncomment this block and take a look at this checklist if your PR is making substantial changes to...

feature
P2
community
infrastructure

Fixes https://github.com/plotly/plotly.py/issues/1798 (incorrectly closed during a recent cleanup). Allows range() to be passed where simple arrays are expected. Previously the following code ```python import plotly.graph_objects as go go.Figure(go.Scatter(x=range(3), y=[3, 2,...

feature
P2
community