#include int main() { using namespace matplot; auto [x, y, z] = peaks(); surf(x, y, z)->lighting(true).specular(0.2f); show(); return 0; }