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

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.9. Release notes Sourced from nanoid's releases. 3.3.9 Reduced npm package size. Changelog Sourced from nanoid's changelog. 3.3.9 Reduced npm package size. 3.3.8 Fixed a...

dependencies
javascript

`fig = px.scatter(df, x="value1", y="value2", trendline="ols", color="colorcolor")` has resulted in: ``` results = px.get_trendline_results(fig) print(results) ``` If I remove the color, then it works as expected. I don't know why...

hi, I noticed that updating to plotly=6.0.1 breaks some of the wandb logging of scatterplots, at least those with hover features. I think this might have something to do with...

bug
P2
regression

An example of a butterfly chart/diverging bar chart has been added.

P2
community
documentation

I am building a line-chart, which uses a colorgradient. The values of the line chart can be negative and positive. I want to add a colorbar to explain the meaning...

Whenever you add a hline/vline to a plot it should display it at the given position. However, when the figure is made with make_subplots and is not yet populated with...

bug
P2

``` plotly 6.0.1 ``` I create a figure like so ``` fig = go.Figure() fig.add_trace(go.Scatter(x=np.arange(100), y=np.arange(100))) fig.update_layout(xaxis_range=[50,None]) # fig.update_layout(margin_b=20) fig.show() ``` --- **Expected behavior** `fig.update_layout(xaxis_range=[50,None])` (Line 3) should set the...

bug
P1
regression

Shapely gives different outputs between versions 2.1 and

feature
P1
infrastructure

When a plot includes several arrows with different angles, due to them being rotated around their extremity rather than their center (of mass for example), they can easily overlap in...

feature
P3

the x-axis of my graph is displaying as the ns value of the timestamp, 1715000000000000000, instead of the corresponding readable timestamp. The code is ``` fig = go.Figure() local_df["reservation_start_week_utc"] =...

bug
P1
regression