corrplot icon indicating copy to clipboard operation
corrplot copied to clipboard

A visual exploratory tool on correlation matrix

Results 24 corrplot issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering if it would be possible to specify the range in which a color gradient will be applied? For example: ![image](https://user-images.githubusercontent.com/51703618/183949253-5765f666-9f9a-43f4-aaff-47ab83f46501.png) in this plot the range is...

Hi Taiyun, Thanks for an amazing package — I use corrplot regularly! I cannot find the parameter to specify the scale breaks in my plot (in ggplot I usually use...

Hi Taiyun, Thanks for the great tool! I will generate a heatmap by integrating correlation values and P values using 'corrplot(M, method = 'square')'. I found that the square size...

Is where any method to make a font of some group of labels _italic_? Also, I need to color some labels to one color and some to another. Maybe there...

Hi Tianyun, When I plot with the corrplot.mixed() function, it seems like the function automatically permanently changes some of the graphics parameters in R that can be viewed by par()....

Hello there, I just started using corrPlot and tried to draw some custom rects with namesMat. Here my code: ``` M % select(starts_with("Anwendung"), Selbstwirksamkeit, ExtMotiv_Ergebnis, IntrinsischeMotivation, Interesse) %>% select(-Anwendung_Anzahl) %>%...

Hello, Is there a way to add a title to the legend color bar such as the "Spearman r" in the figure bellow ![image](https://user-images.githubusercontent.com/60800601/190733737-98ce2b19-07b4-4c00-b791-d1717d144676.png)

Hi, taiyun When I was drawing the corrplot, I found that the size of the symbol circle was not the same size. I want to keep the symbol the same...

I added an option to remove the leading zeros for the correlation values in 'method = "number"' and 'addCoef.col'. It is by default turned off.

It took me a long time to track down why a title gets cut off when specified. Using `mar = c(0,0,0,0)` is OK when there is no title, but you...