cvms 1.8.0
plot_confusion_matrix():
-
Adds
arrow_colorargument for choosing between black and white arrow icons. -
Deprecates
font_colorargument insum_tile_settings()in favor offont_counts_colorandfont_normalized_color.
Dynamic font settings:
-
Adds
dynamic_font_colorsargument and the associateddynamic_font_color_settings()helper function for specifying colors below and above a given value threshold. This, for instance, allows changing the color of higher numbers when the tile background color is very dark. It also allows inverting colors of arrow icons below/above the threshold. The argument is also added tosum_tile_settings(). -
Most arguments in
font()(and thefont_*_colorarguments insum_tile_settings()) now also accepts a function that decides the setting based on the values (counts, normalized, etc.).