ggcorrplot icon indicating copy to clipboard operation
ggcorrplot copied to clipboard

Visualization of a correlation matrix using ggplot2

Results 33 ggcorrplot issues
Sort by recently updated
recently updated
newest added

Thank you for developing such a good tool. How can I cite this R package?

Hi, thank you for contributing the ggcorrplot, it's very beautiful! I found that cor_pmat here is my code: cor_data

I've a large matrix and perhaps I don't need to show the correlations between each and every variable. Instead, for comparison purposes between groups, I'd rather have a set of...

Hi, I recently issued a problem with the `ggcorrplot` function not being able to use the` tl.col` argument [#44](https://github.com/kassambara/ggcorrplot/issues/44) . I fixed it on a forked version and propose my...

Hi, First thanks for this very handy package and its maintenance! I was just trying to make a neat correlation plot using it and wanted to change the variables colors...

Thank you for your great work with this package, I've enjoyed working with it a lot. However, there is one small issue that I was unable to resolve on my...

Amazing package. Not so much a bug, but I noticed that for citing your package in publications, I didn't see a citation reference on CRAN as in other packages. Not...

Is it possible for `ggcorrplot` to support non-square correlation matrix? Such case is frequently in data analysis, for example when we only want to visualize correlation of a group of...

Would it be possible to implement the option to display the significance stars on the plot, like it is possible for GGally ?

Hi. I am using the ggcorrplot function regularly with many variables with long names. usually, the output looks great. However, sometimes it looks nicer if the x and y coordinates...