Skip to main content

Module pair_plot

Module pair_plot 

Source
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§

PairPlot
A scatterplot matrix.

Enums§

Diagonal
What to draw on the diagonal panels (variable vs itself).