#include #include #include #include #include int main() { using namespace matplot; auto [X, Y, Z] = peaks(); surf(X, Y, Z); box(off); show(); return 0; }