plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
293 stars 40 forks source link

Exporting a scattergl plot with large data sometimes takes forever #338

Open gygabyte017 opened 4 years ago

gygabyte017 commented 4 years ago

I have this image, with about 1.5 million points and three coordinates to plot on a scatterplotgl (x, y, color).

However either with image.write_image('file.jpg') and with orca.CMD graph image.json -o file.jpg --verbose it takes forever and the image is never rendered (I can't figure out what it is doing).

Tried with other 1.5 million points data, sometimes it works within 60 seconds, sometimes just hangs. What is wrong? I attach the image json.

image.zip