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

The `IsoSurface` trace has a [`surface` argument](https://plotly.github.io/plotly.py-docs/generated/plotly.graph_objects.isosurface.html#plotly.graph_objects.isosurface.Surface) which allows you to customize the number of surfaces shown (defaults to 2 for `isomin` and `isomax`). Specifying more than 2 gives you...

feature
P3

While creating and saving a figure into a PNG file, executed in a pytest function: ```python import kaleido import plotly.graph_objects as go kaleido.get_chrome_sync() def test_dummy(): import plotly.graph_objects as go #...

bug
P1

I was wondering, since narwhals was such a success in the plotly express api, whether the graph_objects api could get the same treatment. For the few trace types I tried...

feature
P3

Hello, I was trying to make a grouped stack bar chart with plotly 6.0.0 and 6.0.1 and both fail to respect offsetgroup. Running the example in the documentation does not...

bug
P2

- Remove from `graph_objects`: - `go.Choroplethmapbox` - `go.Densitymapbox` - `go.Scattermapbox` - Remove from `px`: - `px.choropleth_mapbox` - `px.density_mapbox` - `px.scatter_mapbox` - `px.line_mapbox` - Remove all related tests - Remove `scattermapbox`...

feature
P2

**Intent** I want to add markers with different symbols to my plotly graph object `Scattermap`. **What I've tried** - Naming symbols with `square`, `circle`, `diamond` etc. This works but color...

bug
P1
documentation

### Description: When using symbols like "triangle" (or other shapes) in a `scattermap` trace, I am unable to change the color of the symbol. Despite setting the `marker` color, the...

bug
P3

I needed to rebuild my windows workstation (win 10) and decided to install the latest python and plotly software. Now all my charts using cufflinks fail with the error: ValueError:...

bug
P2
regression

Added ability to add xaxis_title and yaxis_title parameters in add_trace() per #5058

feature
P1
community

When I use `FigureWidget` in v6.0.0 and v6.0.1 in Jupyterhub, even a very simple figure takes about 10 seconds to appear. This is particularly frustrating because it's the default renderer,...

bug
P1
regression
performance