R/matplotlib-colors.R

#' 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"
  )
cathblatter/cblttr documentation built on May 22, 2024, 3:21 p.m.