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