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 proposal suggests adding support for Bagplots (also known as bivariate boxplots) as a new visualization type in Plotly. Bagplots are a powerful extension of the traditional boxplot to two...

This PR extends the `_mean()` function in `shapeannotation.py` to allow for sequences of `datetime` objects as input. This fixes issue #3065, specifically it enables annotations on `hline`/`vline` objects that use...

feature
P2
community

Some elements do not have enough contrast when the site is set to dark mode.

Currently we have this: It would be ideal to keep it on the new site

feature
P1

Before publishing, see if there are any missing pages (pages currently on plotly.com/python and plotly.com/python-api-reference) and add redirects.

At `36bd491a9` I get the following breaks from `make examples-force` in these files: - doc/python/graphing-multiple-chart-types.md - doc/python/hexbin-mapbox.md - doc/python/ml-tsne-umap-projections.md - doc/python/orca-management.md - doc/python/px-arguments.md - doc/python/sankey-diagram.md - doc/python/scatter-plots-on-maps.md - doc/python/tile-county-choropleth.md -...

bug
P1

Converted the plotly.py documentation build into Mkdocs - Create a Mkdocs build for the plotly.py docs and reference pages, including styling. - Modifies the code generator to create output that...

feature
P1
mkdocs

Required for MimeType rendering. Closes https://github.com/plotly/plotly.py/issues/4512. ## Code PR - [x] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/main/CONTRIBUTING.md) and understand the structure of the package. In particular, if my PR...

P2
community
fix
dependencies

Titles and subtitles in Plotly charts overflow by default. It's impossible to have them wrap. With subtitle support, having long strings in this area is more common (and more useful),...

This adds [`scipy-stubs`](https://github.com/scipy/scipy-stubs) as an optional development dependency. It can help quite a bit with IDE supports, such as autocompletion and introspection. It requires no configuration or mypy plugins, and...

feature
P1
community