We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165b70a commit 9783bcfCopy full SHA for 9783bcf
source/matplot/util/colors.h
@@ -82,6 +82,15 @@ namespace matplot {
82
}
83
84
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
+ */
94
std::vector<std::vector<double>> accent(size_t n = 8);
95
std::vector<std::vector<double>> blues(size_t n = 8);
96
std::vector<std::vector<double>> brbg(size_t n = 8);
0 commit comments