plotly.py
plotly.py copied to clipboard
Requieremts for GPU usage?
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.
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?
Thanks for the answer. No, I would like to know how to for example know which GPU is been used by plotly...