Plotly Performance Tips

Sub-skill of plotly: Performance Tips.

vamseeachanta f67675c 444 B Updated

File contents

Performance Tips

Performance Tips

  1. Use WebGL for large datasets - Scattergl, Scattermapbox
  2. Limit animation frames - Keep under 50 frames
  3. Simplify traces - Reduce number of data points for complex charts
  4. Disable hover - For static exports: hovermode=False
  5. Optimize layout updates - Batch updates when possible

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/data/visualization/plotly/performance-tips commit f67675cf69

Frequently asked questions

npx skillmds@latest add vamseeachanta/plotly-performance-tips