-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from METHODS-Group/ndim-issue59
Non-dimensionalization with zref, ustar and pretty printing for issue 59
- Loading branch information
Showing
24 changed files
with
429 additions
and
55 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
""" | ||
Utilities and constants for colormaps used in plotting. | ||
""" | ||
|
||
FIELD_COLORSCALE = [ | ||
[0.0, "#000059"], | ||
[0.023809523809523808, "#0a1061"], | ||
[0.047619047619047616, "#101e69"], | ||
[0.07142857142857142, "#172f73"], | ||
[0.09523809523809523, "#204380"], | ||
[0.11904761904761904, "#29568a"], | ||
[0.14285714285714285, "#336591"], | ||
[0.16666666666666666, "#3d7499"], | ||
[0.19047619047619047, "#4985a6"], | ||
[0.21428571428571427, "#4985a6"], | ||
[0.23809523809523808, "#5697b3"], | ||
[0.26190476190476186, "#5ea1bb"], | ||
[0.2857142857142857, "#63a7bf"], | ||
[0.30952380952380953, "#77bcd1"], | ||
[0.3333333333333333, "#92d1e0"], | ||
[0.3571428571428571, "#a7dde8"], | ||
[0.38095238095238093, "#c0eaf0"], | ||
[0.40476190476190477, "#d2f4f7"], | ||
[0.42857142857142855, "#d4e5e6"], | ||
[0.45238095238095233, "#d5d8d6"], | ||
[0.47619047619047616, "#d5d1ce"], | ||
[0.5, "#d5c4be"], | ||
[0.5238095238095237, "#d4b7af"], | ||
[0.5476190476190476, "#d3b0a7"], | ||
[0.5714285714285714, "#d2a99f"], | ||
[0.5952380952380952, "#d2a69c"], | ||
[0.6190476190476191, "#d1a499"], | ||
[0.6428571428571428, "#d09f93"], | ||
[0.6666666666666666, "#cb887a"], | ||
[0.6904761904761905, "#c7796a"], | ||
[0.7142857142857142, "#c06555"], | ||
[0.738095238095238, "#b74d3e"], | ||
[0.7619047619047619, "#ab2d24"], | ||
[0.7857142857142857, "#a92b23"], | ||
[0.8095238095238095, "#a62821"], | ||
[0.8333333333333333, "#991818"], | ||
[0.8571428571428571, "#8c1119"], | ||
[0.8809523809523809, "#860f1d"], | ||
[0.9047619047619047, "#800d20"], | ||
[0.9285714285714285, "#730e2c"], | ||
[0.9523809523809523, "#670e31"], | ||
[0.9761904761904762, "#660e31"], | ||
[1.0, "#591236"], | ||
] |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.