Correlogram
Chart overview
A correlogram visualises the Pearson or Spearman correlation coefficients between all variable pairs as a colour-coded triangular or full matrix, overlaid with coefficient values and significance stars.
Key points
- Statisticians and data scientists use it as a compact multivariate summary to identify redundant features, multicollinearity, and key predictor-outcome associations before modelling.
- Unlike the scatter matrix, it presents numerical estimates with significance rather than raw data geometry.
Example Visualization

Create This Chart Now
Generate publication-ready correlograms with AI in seconds. No coding required – just describe your data and let AI do the work.
View example prompt
"Create a correlogram from my multivariate data. Compute Pearson correlations, display as a lower-triangular heatmap with a diverging colormap centred at zero, annotate each cell with the correlation coefficient and significance asterisks, mask the upper triangle and diagonal, and format as a publication-quality figure."
How to create this chart in 30 seconds
Upload Data
Drag & drop your Excel or CSV file. Plotivy securely processes it in your browser.
AI Generation
Our AI analyzes your data and generates the Correlogram code automatically.
Customize & Export
Tweak the design with natural language, then export as high-res PNG, SVG or PDF.
Python Code Example
Console Output
Figure saved: plotivy-correlogram.png
Common Use Cases
- 1Identifying multicollinear predictors before multiple linear regression modelling
- 2Summarising pairwise biomarker associations in clinical metabolomics studies
- 3Screening feature redundancy in high-dimensional ecological trait datasets
- 4Presenting cross-correlation structure of physiological signals in sleep studies
Pro Tips
Show only the lower triangle to avoid redundancy and save space in publications
Annotate with both the r value and significance stars (*, **, ***) for each cell
Use a diverging colormap such as RdBu_r with white at zero for intuitive reading
Reorder variables by hierarchical clustering to group correlated variables together
Scientific Chart Selection Cheat Sheet
Not sure whether to use a Violin Plot, Box Plot, or Ridge Plot? Download our single-page reference mapping the most-used scientific chart types, exactly when to use them, and the core Matplotlib/Seaborn functions.