paulvanderlaken / ppsr

R implementation of Predictive Power Score
GNU General Public License v3.0
74 stars 9 forks source link

Plots: Hard to read numeric values inside the darker boxes... #14

Closed sfd99 closed 3 years ago

sfd99 commented 3 years ago

Paul - great pkg - thanks!

Issue: Trying color yellow, to more easily read the black numbers in a box...

visualize_matrix(iris, color = "#FFFF00")

But, the color displayed in the plot is still the same original default blue color, ie: the box colors do not change from the default blue...

My objective is to make the numeric values (colored black) inside the darker boxes, more easily readable.

Hard to read these numeric values in the darker boxes, right now...

Help!. SFd99 latest Rstudio & R, Ubuntu Linux 20.04 ppsr pkg version: 0.0.0.9100

paulvanderlaken commented 3 years ago

Found the error and fixed it in the development branch. Will try to merge it with the master this weekend. Thanks for notifying me!