plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
Hi! These tests are currently failing. Closes #5360 ## 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...
I am finding that choropleth maps that use a categorical value for the `color` parameter are significantly larger than those that use a continuous value. This appears to be due...
The heading sizes for each section are inconsistent.
According to [Theming and templates in Python](https://plotly.com/python/templates/), a figure can be created using a predefined `template` or updated to match it. However, the way updates happen is confusing if not...
I ran into a weird issue with plotly.express.timeline but it only shows up when you call fig.write_image, not in fig.show or fig.write_html. Basically every box in the chart gets left...
Graphs should update when dark mode is toggled, similar to plotly.com
There is a large gap between the dash example and the dash banner on several pages.
There are no images for some of the pages, so the cards show a missing image icon.
- Functions who include parameters in their docstring that are not explicitly written out in the function signature encounter a **"Parameter '...' does not appear in the function signature" warning**....
- In `ml-tsne-umap-projections.md`, `from umap import UMAP` throws a `Module not Found` error. - Fixed if you do `uv pip install umap-learn`, but will throw a warning: `UserWarning: n_jobs value...