Skip to content

Commit 9783bcf

Browse files
committed
Add references to colormaps
1 parent 165b70a commit 9783bcf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/matplot/util/colors.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ namespace matplot {
8282
}
8383

8484
namespace palette {
85+
/*
86+
* \see
87+
* - https://doi.org/10.1179%2Fcaj.1996.33.2.79
88+
* - https://bids.github.io/colormap/
89+
* - https://dx.doi.org/10.1371/journal.pone.0199239
90+
* - https://dx.doi.org/10.5670/oceanog.2016.66
91+
* - https://dx.doi.org/10.1071/aseg2015ab107
92+
* - https://zenodo.org/record/4153113
93+
*/
8594
std::vector<std::vector<double>> accent(size_t n = 8);
8695
std::vector<std::vector<double>> blues(size_t n = 8);
8796
std::vector<std::vector<double>> brbg(size_t n = 8);

0 commit comments

Comments
 (0)