-
# Description:
I'm encountering an issue where a unit test freezes on windows-latest machine in GitHub Actions when using the Kaleido library (version 0.21.0) to create a Plotly figure. The test r…
-
Running Python 3.8.17 in a conda environment on Windows 10. I have created a dedicated virtual environment and installed `plotly` and `python-kaleido`. I have then executed the following script:
`…
-
If one executes `to_image` with Python 3.10 or greater, there is deprecation warning about `setDaemon`:
```python
from plotly.graph_objs import Figure
Figure().to_image()
```
```
.../.venv/lib…
-
```
Here is what I tried - I have not been able to make it work so far.
I use Windows 11 + Ubuntu on WSL
WSL ubuntu 20.04 - Does not support GUI applications
WSL ubuntu 22.04 - Supports GUI applicati…
-
### Describe the bug
From Discord.
"I am attempting to use a Plotly Scatter Map. When I render it, it shows a basic blank chart. I tried to follow the official Plotly tutorial and it does the same…
-
A user reports, "I tried to run [the test program] in a container using python:3.12-alpine and python:3.12-slim-bookworm images. I installed chromium (apk add —no-cache chromium; apt update && apt ins…
-
### Bug description
I noticed documents do not render as expected when they contain $\LaTeX$ dollar signs and plotly figures that have dollar signs in their trace names. In my case, each trace repres…
-
When using SVGlib to convert plotly SVG charts created using Kaleido.
Hex colors containing the value "01" are converted to "FF" causing the color to change from what it is originally in the SVG.
…
-
Hello, I have been dealing with an issue while building a React Plotly treemap, when i use squarify as tiling whichi want to use for sizing of tiles based on KPI value, i get a lot of blank spaces ins…
-
```python
import polars as pl
import plotly.express as px
vendors = ["A", "B", "C", "D", "E", "F", "G", "H"]
sectors = [
"Tech",
"Tech",
"Finance",
"Finance",
"Tech",
"Tech",
…