Skip to content

Commit

Permalink
Add color scheme with neutral removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalkin committed Nov 29, 2021
1 parent 117c0ea commit be59a47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plot_likert/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"darkblue",
]

# default color scheme with neutral removed
likert4: Colors = list(plot_likert.colors.default)
likert4.pop(len(colors4) // 2)

likert5: Colors = ["white", "#d8a539", "#efe0c1", "lightgray", "#bde1dd", "#5ab4ac"]

likert6: Colors = [
Expand Down

0 comments on commit be59a47

Please sign in to comment.