plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
Hi there, i have an issue since last windows update - fig.write_image() stopped working. It just keeps 'running' in notebook or in streamlit while write_html() works just fine. I'm running...
Hi, I am trying to use the library for a simple visualisation for the first time, and I stumbled upon supposedly a bug trying to draw a vertical line with...
Cannot set the color bar limits. The color scale it's automatically given, but if I want to have the same color scale on two or more plots to compare I...
I find it will be very useful having the option to display percentages alongside the absolute numbers on Sankey diagrams created with plotly. For example, if the base node has...
(Maybe it's not an actual issue but I haven't gotten any real answer through other means) I'm trying to plot a set of boxes on top of an image to...
Until v5.8.2 it worked well, but since 5.9.0 it does not anymore. `px.histogram().add_annotation(.....` Error message: ``` .... \plotly\express\_core.py", line 520, in hover_lines = [k + "=" + v for k,...
hi @LiamConnors We need to update the following example to use a different data set: [Visualize a subset of the principal components](https://plotly.com/python/pca-visualization/#visualize-a-subset-of-the-principal-components). If you load the page, you will see...
Feature request I've been trying to plot a subset of a ranked list (gene differential expression dataset). I would like the minimum and maximum color scale set to that of...
Plotly's [static image export options](https://plotly.com/python/static-image-export/) via Kaleido are png, jpeg, webp, svg, and pdf. Plotly's modebar "Download Plot" button can be [customized](https://plotly.com/python/configuration-options/) to export to all of those file types...
Hi Plotly devs, thanks for maintaining this awesome package. I'm running `5.9.0` and hit an inconsistency between how `go.Figure` and `go.FigureWidget` handle background colors. With a `go.Figure`, you can set...