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