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

Hello It seems that we cannot modify the title of the hovertemplate when the chart uses a unify hovermode whenever the axis has not a date type. Here a short...

bug
sev-3

When using the `px.timeline` function I perceive varying bar thickness in the diagram (full code at bottom): ![newplot (3)](https://user-images.githubusercontent.com/28198620/100719562-150de600-33bd-11eb-9b64-2155cff868c2.png) Code: ``` fig = px.timeline(df, x_start="Start", x_end="Finish", y="Workstation", color="Resource", text="Task", width=1600,...

I recently upgraded to jupyter notebook v7 and I noticed that some plotly plots that previously rendered flawlessly now fail to render. I get the following output: ![Screenshot from 2023-08-22...

bug
sev-2
P3

I'm currently using `fig.update_xaxes(spikemode='across+marker')` with `fig.update_traces(xaxis='x2')`, as suggested [here](https://github.com/plotly/plotly.py/issues/1677#issuecomment-514661015), to draw spike a line across subplots. It was working great until I added some horizontal lines to my chart. ###...

Título: Problemas de Renderização com o Pacote Plotly Olá, Estou enfrentando alguns problemas ao tentar usar o pacote plotly para a renderização de gráficos. Ao tentar exibir os gráficos usando...

Issue identified with Plotly 5.18.0 and Jupyter Lab 4.0.10. Example based on the accepted answer to [this post](https://stackoverflow.com/questions/76936532/how-to-manage-legend-tracegroupgap-for-different-row-heights-in-subplots-in-plot). ❌ Jupyter Lab 4.0.10, interactive Plotly figure: multiple legend positions are not...

Dear Plotly Team, First, I want to thank you for your efforts. I would like to ask if other scatter objects, such as `Scatter` and `Scatterpolar.` could also implement an...

I use dash components in my Flask app to render shapes on a `dcc.Graph` figure input. Oftentimes, this involves appending a list of shapes to the graph using the formula...

bug
sev-2

Setup: `plotly==5.18.0` Bug: When adding two `go.Histogram2dContour` to a subplot, the colorscale is not normalized, when using a shared coloraxis and setting `coloring='fill'`. It works when setting `coloring='heatmap'`. Dataframes used:...

bug
sev-2