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

For some reason `plotly/package_data/widgetbundle.js` is not being generated. I guess something goes wrong in the build script in `js/package.json`. Without the presence of that file, the global variable `BaseFigureWidget._esm` holds...

bug
P1
infrastructure
regression

Hello, ### Summary Visibility of `vline` and `hline` objects do not update through [custom buttons](https://plotly.com/python/custom-buttons/) as expected. When working with custom buttons, the user can control the visibility for most...

bug
P2
documentation

Upgrading from 5.24 to 6.0 results in the customdata prop missing when iterating over click/selected data of a go.Scatter trace. This happens within a Dash app callback with clickData and...

bug
P1
regression

Hi, When using legend groups, if the title text is written in LaTeX, it is shifted to the right. However, I would expect that having a title text in latex...

bug
P3

Environment: Windows, plotly 6.0.0 **Minimum Example:** ```python import plotly.express as px df = px.data.gapminder().query("continent=='Oceania'") fig = px.line(df, x="year", y="lifeExp", color="country", title="layout.hovermode='closest' (the default)") fig.update_traces(mode="markers+lines") fig.show() ``` **Behavior:** When using selection...

feature
P2

Whenever a graph object has the following parameters: First series -> fill='tonexty', Second series -> connectgaps=False The fill connects the first point of this series with the first point of...

bug
P2

I am experiencing the same problem described in this [issue for Plotly.js](https://github.com/plotly/plotly.js/issues/7438). In my python implementation, the line graph is so configured: ~~~python { "xaxis": dict( gridcolor="rgba(128, 128, 128, 0.2)",...

bug
P2

The first plot is not showing in vscode interactive window, using the "notebook_connected" renderer. I'm using the following code (note the `# %%` is used to enable vscode interactive window):...

bug
P1

Hi, I'm new to plotly and it seems to me that following behavior is a bug. Can someone please verify it? Thanks for a great library. ``` from plotly import...

bug
P3

**Problem:** Since v6.0.0 `FigureWidget` uses `anywidget`. However, it fails with a java script error. ```sh $ pip show plotly anywidget Name: plotly Version: 6.0.0 Summary: An open-source, interactive data visualization...

bug
P1