Plotly provides a wide range of interactive charts. Its "Plotly Express" API is designed for speed and ease of use with tidy DataFrames, while "Graph Objects" offers low-level control over every trace and attribute.
Official docs: https://plotly.com/python/ Plotly Express: https://plotly.com/python/plotly-express/ Search patterns: px.scatter, go.Figure, fig.updatelayout, fig.writehtml, px.choropleth
| Feature | Plotly Express (px) | Graph Objects (go) |
Python용 고급 대화형 그래프 라이브러리입니다. 웹 기반 시각화, 3D 도표 및 복잡한 대화형 대시보드에 이상적입니다. plotly.js를 기반으로 구축된 이 앱을 사용하면 사용자는 브라우저 기반 환경에서 데이터 포인트 위로 확대/축소, 이동 및 마우스오버를 할 수 있습니다. 대화형 차트, 웹 애플리케이션, Jupyter 노트북, 3D 데이터 시각화, 지리 지도, 재무 차트, 애니메이션, 시계열 분석 및 Dash를 사용하여 생산 가능한 대시보드 구축에 사용됩니다. 출처: tondevrel/scientific-agent-skills.