plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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...
When using the `px.timeline` function I perceive varying bar thickness in the diagram (full code at bottom):  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: , 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...
https://github.com/plotly/plotly.py/pull/4490
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...
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:...