ggcorrplot
Visualization of a correlation matrix using ggplot2
ggcorrplot came back after four years and found its significance markers had been lying
◆Recent moves
- 21d ago
ggcorrplot 0.3.0 adds boxed cells and correlation-sized squares
Visual parity work continued from 0.2.0: cell.grid draws a light rectangle behind each glyph and drops the through-center gridlines for corrplot's boxed-cell look, and scale.square sizes squares by absolute correlation the way circles already were. Both default off, so existing plots are unchanged.
View source ↗ - 1mo ago
ggcorrplot 0.2.0 fixes significance markers broken by hc.order
The revival release, and it is mostly repair. sig.stars, circle.scale and nsmall are the visible additions, but the substance is a set of fixes where hc.order = TRUE rounded the p-value matrix before comparing it to sig.level — so a p of 0.054 could be marked significant with reordering on and not without. Clustering also ran on the rounded matrix, and markers were matched to cells by row position rather than name.
View source ↗ - 3y ago
ggcorrplot 0.1.4
The last release before dormancy: an as.is argument, visual regression testing via vdiffr, and fixes making hc.method and show.diag actually take effect. The vdiffr infrastructure is what made the 2026 rendering changes safe to attempt.
View source ↗ - 6y ago
ggcorrplot 0.1.3
Support for cor_mat objects from rstatix, tying ggcorrplot to its sibling package's test output. Otherwise style and spelling cleanup from a contributor pass.
View source ↗ - 7y ago
ggcorrplot 0.1.2
Two small arguments — digits and ggtheme — plus label and package-collision bug fixes. Routine early-life maintenance.
View source ↗ - 10y ago
ggcorrplot's first release: correlograms in ggplot2
The original release, offering ggcorrplot() for visualizing a correlation matrix with reordering and significance levels, plus cor_pmat() for the p-value matrix. The p-value handling introduced here is what 0.2.0 spent a decade later correcting.
View source ↗