Matrix
GraphMatrix
Exact numbers on both axes. Confusion matrices, latency by region.
Good when both axes are labels and the cells are exact numbers. Intensities are Heatmap. Yes/no features are Compare.
Command
Detect
Confusion matrix. The live row uses the accent.
PosNeg
- Pos413
- Neg254
Latency
p95 by region. Numbers stay right-aligned.
iadsfonrt
- read121841
- write283367
- queue469
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| columns | string[] | — | Column headings across the top. |
| rows | MatrixRow[] | — | label plus one number or string per column. |
| accent | string | — | Row label to highlight. Other rows recede. |
| palette | "mono" | "duo" | "multi" | "mono" | mono is one accent plus muted. duo paints the second series with --graph-accent-2. multi cycles three accents. |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |