Skip to content

view on a desktop screen for a better experience.

matrix

GraphMatrix

Exact numbers on both axes. Write a markdown table. Intensities are Heatmap. Yes/no features are Compare.

detect

[ DETECT ]
PosNeg
  • Pos413
  • Neg254
Matrix with 2 rows and 2 columns

MDX

```
+------------------- [ DETECT ] -------------------+
|                                                  |
|     | Pos | Neg                                  |
| ----+-----+----                                  |
| Pos |  41 |   3                                  |
| Neg |   2 |  54                                  |
|                                                  |
+--------------------------------------------------+
```

install

command

latency

[ P95 ]
iadsfonrt
  • read121841
  • write283367
  • queue469
Matrix with 3 rows and 3 columns

MDX

```
+-------------------- [ P95 ] ---------------------+
|                                                  |
|       | iad | sfo | nrt                          |
| ------+-----+-----+----                          |
| read  |  12 |  18 |  41                          |
| write |  28 |  33 |  67                          |
| queue |   4 |   6 |   9                          |
|                                                  |
+--------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
columnsstring[] | "Pos Neg"Column headings across the top.
rowsMatrixRow[]label plus one number or string per column. Optional when children are Markdown.
childrenMarkdown| | Pos | Neg | | --- | --- | --- | | Pos | 41 | 3 |
accentstringRow 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.
cornerstring"+"Character at each corner of the frame.
classNamestringPassed to the outer frame.