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

This is a request to add functionality for custom markers / symbols in the scattermapbox library. As it is, [the documentation](https://plotly.com/python/reference/scattermapbox/#scattermapbox-marker-symbol) currently says that there are available custom markers available...

I am using the Sunburst graph which shows in the browser with a localhost web server. When (up-to-date) Chrome is used as the default browser, sometimes the graph loads fine,...

i want to create a footprint chart like this one where i am able to make an open high low close but also show how much trading volume was at...

feature

## Problem When using `px.scatter` and displaying both marginals, updating the `xaxis_range` will change the `yaxis_range` such that data will be cut off. Changing the `yaxis_range` works as expected. The...

The soon to be released NumPy 2.0.0 removes some aliases of `np.nan` and `np.inf`, so these must be removed from the tests in order to keep the test suite green....

When exporting HTML using Plotly, my customers want to directly access the raw data in the data charts. This is because, after repeated modifications and delivery of reports to customers,...

feature
p4

**Description** I would like to request the addition of animation support for go.Sankey plots, similar to the functionality available in go.Scatter and go.Bar. **Expected Outcome** The go.Sankey plot should have...

enhancement
feature
p4

It seems to me that angleref works fine using px.scatter when using svg, and it does not work when using webgl. [angleref](https://plotly.com/python/reference/scatter/#scatter-marker-angleref) Code: fig.update_traces(marker_angleref=, selector=dict(type='scatter')) However, the scattergl page does...

Hi! Since latest plotly version 5.21 a great addition has been considered by [@my-tien](https://github.com/my-tien) [pull #6927](https://github.com/plotly/plotly.js/pull/6927) being capable of specifying shape layer as '**between**' which should solve issues such as...

After using this library I found this bug. While calculating some statistics I found that Crimea is russian, which is not true. Please fix this bug. At the moment Crimea...

bug
P2