Skip to content

Instantly share code, notes, and snippets.

@neotheicebird
Created January 14, 2015 13:26
Show Gist options
  • Save neotheicebird/c1c58cddcc8760036946 to your computer and use it in GitHub Desktop.
Save neotheicebird/c1c58cddcc8760036946 to your computer and use it in GitHub Desktop.
colors for plotting
color_dict = {'AUDREY': 'red',
'CAMILLE': 'blue',
'CARMEN': 'green',
'BETSY': 'yellow',
'FREDERIC': 'black',
'ELENA': 'cyan',
'JUAN': 'magenta',
'ISIDORE': '#da70d6',
'IVAN': '#ff7f50',
'CINDY': '#cd853f',
'DENNIS': '#bc8f8f',
'RITA': '#5f9ea0',
'coral': '#FF7F50',
'MediumSeaGreen': '#3CB371'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment