Skip to content

Instantly share code, notes, and snippets.

@syrte
Created May 5, 2023 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syrte/211dc984c36e3d8bfc712208b251c6d4 to your computer and use it in GitHub Desktop.
Save syrte/211dc984c36e3d8bfc712208b251c6d4 to your computer and use it in GitHub Desktop.
def getdist_colors():
"return getdist color table"
# taken from getdist, https://github.com/cmbant/getdist
return ['#006FED', '#E03424', 'gray', '#009966', '#000866', '#336600', '#006633', 'm', 'r']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment