voice gender split correlation plots
This commit is contained in:
7
theme.py
7
theme.py
@@ -77,6 +77,13 @@ class ColorPalette:
|
||||
GENDER_MALE_NEUTRAL = "#B8C9D9" # Grey-Blue
|
||||
GENDER_FEMALE_NEUTRAL = "#D9B8C9" # Grey-Pink
|
||||
|
||||
# Gender colors for correlation plots (green/red indicate +/- correlation)
|
||||
# Male = darker shade, Female = lighter shade
|
||||
CORR_MALE_POSITIVE = "#1B5E20" # Dark Green
|
||||
CORR_FEMALE_POSITIVE = "#81C784" # Light Green
|
||||
CORR_MALE_NEGATIVE = "#B71C1C" # Dark Red
|
||||
CORR_FEMALE_NEGATIVE = "#E57373" # Light Red
|
||||
|
||||
# Speaking Style Colors (named after the style quadrant colors)
|
||||
STYLE_GREEN = "#2E7D32" # Forest Green
|
||||
STYLE_BLUE = "#1565C0" # Strong Blue
|
||||
|
||||
Reference in New Issue
Block a user