datacamp / ggdc

Datacamp Themes for ggplot2.
MIT License
6 stars 1 forks source link

Add language colors to ggdc #14

Closed chriscardillo closed 2 years ago

chriscardillo commented 4 years ago
names(language_colors) <- c("R", "Python", "SQL", "Git", "Shell", "Spreadsheets", "Theory", "Scala", "Tableau")
engagement_colors <- c("#0000a5", "#ffa500", "#008000", "#800080", "#00b3b3", "#808000", "#e50000")
names(engagement_colors) <- c("Sign In",
                              "Course Start",
                              "Course Completion",
                              "Sponsored Leads",
                              "Webinar",
                              "Resource Center",
                              "Demo Request")