plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Requieremts for GPU usage?

Open Camilochiang opened this issue 1 year ago • 1 comments

Plotly is not using the GPU in my multiple GPU machine. I read the documentation but I cannot find it:

  • What are the environmental variables or requierements need it for this? Im in a linux machine.

Camilochiang avatar Jun 18 '24 08:06 Camilochiang

hi @Camilochiang I found an interesting part in the docs that has the following information GPU:

Most Plotly charts are rendered with SVG. This provides crisp rendering, publication-quality image export, and wide browser support. Unfortunately, rendering graphics in SVG can be slow for large datasets (like those with more than 15k points). To overcome this limitation, plotly.js has WebGL alternatives to some chart types. WebGL uses the GPU to render graphics.

Is that what you were looking for?

Coding-with-Adam avatar Jun 28 '24 19:06 Coding-with-Adam

Thanks for the answer. No, I would like to know how to for example know which GPU is been used by plotly...

Camilochiang avatar Jul 01 '24 12:07 Camilochiang