---
title: "Plots"
description: "Chart.js scatter plots and a canvas-based heatmap component for visualizing continuous or correlated data."
category: "Data Viz"
---

# Plots

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** Data Viz · **Tier:** light · **Risk:** low — frontend only

Chart.js scatter plots and a canvas-based heatmap component for visualizing continuous or correlated data.

**When to use:** Use when a dataset calls for a scatter plot or heatmap rather than a categorical chart.

## Docs

- [docs/stack/capabilities/viz.md](/docs/stack/viz) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/stack/capabilities/viz.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/stack/capabilities/viz.md))

## Code

- `src/lib/components/viz/plot/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/components/viz/plot) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/components/viz/plot))

## Proof

- [`/showcases/viz/plots`](/showcases/viz/plots)

---

_Machine-readable record: `viz-plots` in `mcp/patterns.registry.json`._
