**Pairwise Plots** are a baked-in feature of [[Python]]'s Seaborn library. It creates a table of [[Pairwise Comparison]]s [[Scatter Chart]]s showing numeric attributes across a dataset. This lets you quickly scan a bunch of relationships to look for [[Correlation]]s and other things. This is a weapon against the phenomenon where [[Statistical Summaries May Hide Truths]]. **** # More ## Source - Grad School ## Related - [[Diagram Types (index)]]