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

- Several files encounter errors on the line `px.set_mapbox_access_token(open(".mapbox_token").read())` because the file `.mapbox_token` cannot be found: - `hexbin-mapbox.md`, `tile-map-layers.md`, `tile-county-chloropeth.md`, `tile-scatter-maps.md`

bug
P1

- In`scatter-plots-on-maps.md`, the 'naturalearth_cities' dataset has been deprecated and now can be found at `https://www.naturalearthdata.com/downloads/110m-cultural-vectors/` - https://github.com/geopandas/geopandas/issues/2751

bug
P1

Currently each page loads Plotly.js for each example, instead of once for the page

bug
P1

Each page on our existing docs has a meta description and many other meta tags that need to be carried over to the new site

bug
P1

Right now we build the examples from jupyter notebooks here https://github.com/plotly/plotly.py/blob/main/.circleci/config.yml#L356-L388 If any notebook outputs an error the build fails and the docs won't publish We need to implement something...

bug
P1

Looking at https://github.com/daexs/plotly.py/pull/80/files, some of the descriptions are very short and not informative.

P2
documentation

Probably because there are so many pages. The first time you search it can take a few seconds for any results to appear, compared with our existing search, which is...

P1
performance

- After converting the docstrings of each function into numpy style, the return types are not as clear and might want to be edited for clarity. For example, the following...

P2
documentation

Eventually, we want to save these images into the repo and reference them instead of referencing them through `https://images.plot.ly/plotly-documentation/thumbnail/...`

P2