#' Matplotlib categorical color palette
#'
#' @export
matplotlib_colors <-
c(
"blue" = "#1f77b4",
"orange" = "#ff7f0e",
"green" = "#2ca02c",
"red" = "#d62728",
"purple" = "#9467bd",
"brown" = "#8c564b",
"pink" = "#e377c2",
"gray" = "#7f7f7f",
"olive" = "#bcbd22",
"cyan" = "#17becf"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.