Plotly

Interactive charts, dashboards, and data visualization examples.

Setup & Installation

Installation & Basic Setup

Basic Charts

Line & Scatter Plots

Bar & Pie Charts

Advanced Charts

3D & Surface Plots

Heatmaps & Contour

Dash Applications

Interactive Dashboards

Quick Reference

Key Modules:

  • plotly.graph_objects - Low-level API
  • plotly.express - High-level API
  • plotly.offline - Offline plotting
  • dash - Web applications
  • plotly.io - I/O operations

Common Chart Types:

  • px.line() - Line charts
  • px.scatter() - Scatter plots
  • px.bar() - Bar charts
  • px.pie() - Pie charts
  • go.Heatmap() - Heatmaps
  • go.Surface() - 3D surfaces