MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / pink

Function pink

source/matplot/util/colors.cpp:2625–2703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2623 return result;
2624 }
2625 std::vector<std::vector<double>> pink(size_t n) {
2626 static std::vector<std::vector<double>> map = {
2627 {0.117851, 0, 0},
2628 {0.195857, 0.102869, 0.102869},
2629 {0.250661, 0.145479, 0.145479},
2630 {0.295468, 0.178174, 0.178174},
2631 {0.334324, 0.205738, 0.205738},
2632 {0.369112, 0.230022, 0.230022},
2633 {0.400892, 0.251976, 0.251976},
2634 {0.430331, 0.272166, 0.272166},
2635 {0.457882, 0.290957, 0.290957},
2636 {0.483867, 0.308607, 0.308607},
2637 {0.508525, 0.3253, 0.3253},
2638 {0.532042, 0.341178, 0.341178},
2639 {0.554563, 0.356348, 0.356348},
2640 {0.576204, 0.370899, 0.370899},
2641 {0.597061, 0.3849, 0.3849},
2642 {0.617213, 0.39841, 0.39841},
2643 {0.636729, 0.411476, 0.411476},
2644 {0.655663, 0.424139, 0.424139},
2645 {0.674066, 0.436436, 0.436436},
2646 {0.69198, 0.448395, 0.448395},
2647 {0.709441, 0.460044, 0.460044},
2648 {0.726483, 0.471405, 0.471405},
2649 {0.743134, 0.482498, 0.482498},
2650 {0.759421, 0.493342, 0.493342},
2651 {0.766356, 0.517549, 0.503953},
2652 {0.773229, 0.540674, 0.514344},
2653 {0.780042, 0.562849, 0.524531},
2654 {0.786796, 0.584183, 0.534522},
2655 {0.793492, 0.604765, 0.544331},
2656 {0.800132, 0.624669, 0.553966},
2657 {0.806718, 0.643958, 0.563436},
2658 {0.81325, 0.662687, 0.57275},
2659 {0.81973, 0.6809, 0.581914},
2660 {0.82616, 0.698638, 0.590937},
2661 {0.832539, 0.715937, 0.599824},
2662 {0.83887, 0.732828, 0.608581},
2663 {0.845154, 0.749338, 0.617213},
2664 {0.851392, 0.765493, 0.625727},
2665 {0.857584, 0.781313, 0.634126},
2666 {0.863731, 0.796819, 0.642416},
2667 {0.869835, 0.812029, 0.6506},
2668 {0.875897, 0.82696, 0.658682},
2669 {0.881917, 0.841625, 0.666667},
2670 {0.887896, 0.85604, 0.674556},
2671 {0.893835, 0.870216, 0.682355},
2672 {0.899735, 0.884164, 0.690066},
2673 {0.905597, 0.897896, 0.697691},
2674 {0.911421, 0.911421, 0.705234},
2675 {0.917208, 0.917208, 0.727166},
2676 {0.922958, 0.922958, 0.748455},
2677 {0.928673, 0.928673, 0.769156},
2678 {0.934353, 0.934353, 0.789314},
2679 {0.939999, 0.939999, 0.808969},
2680 {0.945611, 0.945611, 0.828159},
2681 {0.95119, 0.95119, 0.846913},
2682 {0.956736, 0.956736, 0.865261},

Callers 1

mainFunction · 0.85

Calls 1

colormap_interpolationFunction · 0.85

Tested by

no test coverage detected