Plotly.js Subplots (2x2 Grid)

A plotly.js figure with four subplots arranged in a 2x2 grid, auto-detected by MAIDR. Click on the chart, use arrow keys to move between panels, press Enter to drill into a panel, and Escape to return to panel navigation.

Plotly.js Facets (shared axes + panel labels)

A faceted figure in the style of Plotly Express: the second panel's x-axis matches the first (title only on the outer axis), and each panel is labeled with an axis-domain annotation. MAIDR uses the annotations as panel names and resolves the shared axis label.

Plotly.js Facets (plotly.py-style paper-ref labels)

The same faceted figure, but labeled the way Python's Plotly Express and make_subplots actually emit facet titles: annotations with xref/yref: 'paper' positioned above each panel. MAIDR resolves them geometrically against the panel axis domains.