Function to produce catmaply traces.
catmaply_annotations(
df,
annotated,
text_color = "#444",
text_size = 12,
text_font_family = c("Open Sans", "verdana", "arial", "sans-serif")
)
list
data.frame or tibble holding the data.
boolean indicating if annotations should be displayed.
font color to be used for text; (default: "#444").
font size to be used for text/annotation. Needs to be a number greater than or equal to 1; (default: 12).