plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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...
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...
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...
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...
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...
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]...
**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...
Hi all, I have strange problem when using graph with multiple value entity's They are not using same ZERO horizontal line  Plotly was used in Home assistance to draw...
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...
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.