taiyun / corrplot

A visual exploratory tool on correlation matrix
https://github.com/taiyun/corrplot
Other
316 stars 86 forks source link

Meaningful decimal places #153

Closed vedresb closed 3 years ago

vedresb commented 4 years ago

I would like to use Corrplot to report a density matrix, but unfortunately I am unable to display numbers to consistent decimals. I can specify to display 1.597 as 1.60 with "number.digits = 2", but I can not display 1.00 as 1.00, only as 1. How can I specify number format with more control? Like using sprintf with the numbers displayed?