Skip to content

XYZColoredGrid — parameter sweep grids

XYZColoredGrid places several XYZColored panels side-by-side in a grid. The key parameter is shared_colorbar: when True, a single colorbar normalised globally across all panels replaces the individual per-panel colorbars.

Setup

Per-panel colorbars (default)

Each panel keeps its own colorbar, normalised independently.

Shared colorbar

Set shared_colorbar=True to normalise the color axis globally and draw a single colorbar for the whole figure.

Explicit grid layout

Override the auto-layout with nrows and ncols.

Interactive with the Altair backend

The same call works with any backend — switch to "altair" for pan and zoom.