plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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
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...
Related to https://github.com/plotly/plotly.js/pull/7015.
Smith charts are added in https://github.com/plotly/plotly.js/pull/5956. They are similar to `polar` subplots.
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...
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`...
Parallel Coordinates Plot is not working. Also in the examples (https://plotly.com/python/parallel-coordinates-plot/)! 