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 saving figure as SVG using `write_image`, Plotly Express generates random unique IDs for elements. As a result, `git diff` thinks re-generated figures have changed even when they haven't (see...

feature
P3

Hi, this is my first pull request, if I choose the wrong branch, please let me know :) Just a small extension to the available options of `px.bar` to begin...

P3
documentation

Following this example from the [docs](https://plotly.com/python/figure-labels/#adding-a-plot-subtitle), I'm not able to get a subtitle to render: ``` import plotly.graph_objects as go from plotly import data df = data.gapminder().query("continent == 'Europe' and...

bug
P2

We want to plot colored point clouds. We have the colors as a numpy array of type uint8, but the bug also occurs when we simply pass a list of...

bug
P3

Currently, if there are two traces `a`, `b` with `hovermode="x unified"`, then a value from trace `b` can be shown in the hoverinfo even when I am hovering on a...

feature
P3

This code snippet will plot two lines: ```python import plotly.graph_objs as go anchor_rate = [1000, 1660.89, 3220.62, 5927.36] anchor_psnr = [31.799098, 34.155477, 36.053423, 36.5] tested_rate = [752.33,1608.90,3114.10,5685.72] tested_psnr = [31.336015,33.752160,35.730303,37.200365]...

feature
P3

**Describe your context** - replace the result of `pip list | grep dash` below ``` dash 1.5.1 dash-core-components 1.4.0 dash-html-components 1.0.1 dash-renderer 1.2.0 dash-table 4.5.0 ``` **Describe the bug** Want...

bug
P3

Hi all, I have strange problem when using graph with multiple value entity's They are not using same ZERO horizontal line ![image](https://github.com/user-attachments/assets/89c384cf-3125-4b51-8ef9-5884d5bc553f) Plotly was used in Home assistance to draw...

bug
P3

There seems to be a bug with the Indicator class domain/position when used in make_subplots() I am trying to vertically position 2 indicators in a subplot, so that I have...

bug
P3

I'd like to point out that there is still interest in the feature discussed in plotly/plotly_express#42. Now that `plotly/plotly_express` is archived, this belongs here IMHO.

feature
P3