Created
May 5, 2023 22:07
-
-
Save syrte/211dc984c36e3d8bfc712208b251c6d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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