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

Bug (or Feature Request?): I want to get the annotated image after I used `drawrect`. The only possible way, for now, is using the `Download plot as a png` button,...

These options work but aren't included in the doc string.

I suppose this is already in the roadmap but I created this issue just in case

feature
P1
documentation

Using [these commands](https://github.com/plotly/plotly.py/blob/master/contributing.md#install-requirements---non-windows) from `Contributing` ```sh (plotly_dev) $ pip install -r packages/python/plotly/requirements.txt (plotly_dev) $ pip install -r packages/python/plotly/optional-requirements.txt ``` won't install modules e.g. `wget`, `datashader`, etc. that are used in...

feature
P3
infrastructure

Smith charts are added in https://github.com/plotly/plotly.js/pull/5956. They are similar to `polar` subplots.

feature
P2

Adds tests for #4470 to test that certain keys are not being converted to the { base64, dtype } object. These keys were found [here](https://github.com/plotly/plotly.js/blob/056799dfc705a4533935ae3169cc94d35bc44830/test/image/convert_b64.py#L22). Geojson shouldn't be converted because...

feature
P1
testing

Following #4726, add a deprecation warning to the Python console for Mapbox traces. Something like: > `px.scatter_mapbox` is deprecated and will be removed in a future release. Please use `px.scatter_map`...

feature
P1

Parallel Coordinates Plot is not working. Also in the examples (https://plotly.com/python/parallel-coordinates-plot/)! ![image](https://github.com/user-attachments/assets/1b30aaa6-c8ff-483c-b976-1002dde03193)

bug
P2