Expand description
Pair plot (scatterplot matrix): every variable against every other, with a
distribution view on the diagonal. Renders onto a drawing area by splitting
it into an n×n grid and reusing this crate’s series plus plain plotters
scatter marks.
Structs§
- Pair
Plot - A scatterplot matrix.
Enums§
- Diagonal
- What to draw on the diagonal panels (variable vs itself).