ggcorrplot2 icon indicating copy to clipboard operation
ggcorrplot2 copied to clipboard

Implementation of corrplot using ggplot2

Results 8 ggcorrplot2 issues
Sort by recently updated
recently updated
newest added

For example, `geom_eclipse()`, `geom_circle()`, `geom_square()` etc. for upper triangle matrix. The `full` type can be generated by overlaying a `upper` type on a `lower` type. - [x] https://bookdown.org/rdpeng/RProgDA/building-new-graphical-elements.html - [...

Hi, when I try using legend.position = "bottom", as shown in your vignette, the legend keeps staying vertical at the bottom with some weird dimension (image attached). ![Rplot01](https://user-images.githubusercontent.com/66171380/148643153-d240f982-bc11-4fcc-98ef-7f9739870ca9.png) I'm using...

Thank you so much for such a detailed user guide, it is very helpful for beginners like me. I'm a microbial ecology researcher and often deal with longer microbiology terms....

- Base plotting system - [corrplot](https://github.com/taiyun/corrplot) - [corrplot2](https://github.com/dorianps/corrplot2) - [corrgram](https://github.com/kwstat/corrgram) - [ellipse::plotcorr()](https://www.r-graph-gallery.com/97-correlation-ellipses.html) - Plot based on ggplot2 - [ggcorrplot](https://github.com/kassambara/ggcorrplot) - [ggcorr](https://github.com/briatte/ggcorr) - [ggcor](https://rdrr.io/github/houyunhuang/ggcor/) - [ggmatrix](https://rdrr.io/github/houyunhuang/ggmatrix/), [demo](https://wemp.app/posts/4f0e5d66-fc80-4649-997d-538d44778846) of this package

ggcorrplot2 can only draw square matrix how to draw retangular one

Thanks for creating such a great utility package. I have a request to make. It would be great if the option of 'pch.col' could be added so that the colours...

I really like the feature of ggcorrplot2 to be able to define confidence levels and mark correlations with asterisks. Based on the documentation, I was only able to make them...

I would like the labels to be on the outside when visualizing the mixed correlation plots rather than being placed in the middle as it can be illegible. I also...