plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
15.62k stars 2.51k forks source link

Requieremts for GPU usage? #4640

Open Camilochiang opened 1 week ago

Camilochiang commented 1 week ago

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

Coding-with-Adam commented 12 hours ago

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?