Skip to content

Commit

Permalink
turn back on colors for Used and Other
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Feb 26, 2024
1 parent 5ab2548 commit eeef9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/VisualizationFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ getBEASectorColorMapping <- function(model) {
ColorLabelMapping$color <- rownames(ColorLabelMapping)
# Add Households, Used and Other
# ColorLabelMapping["#FFE119", ] <- c("Households", "F010", "#FFE119") # yellow
# ColorLabelMapping["#42D4F4", ] <- c("Used", "Used", "#42D4F4") # cyan (bright blue)
# ColorLabelMapping["#469990", ] <- c("Other", "Other", "#469990") # teal
ColorLabelMapping["#42D4F4", ] <- c("Used", "Used", "#42D4F4") # cyan (bright blue)
ColorLabelMapping["#469990", ] <- c("Other", "Other", "#469990") # teal
# Prepare BEA Sector-modelIOLevel mapping
mapping <- unique(model$crosswalk[, c("BEA_Sector", "USEEIO")])
colnames(mapping) <- c("Sector", paste0(model$specs$BaseIOLevel, "Code"))
Expand Down

0 comments on commit eeef9df

Please sign in to comment.