#include #include int main() { using namespace matplot; auto [X, Y, Z] = peaks(); contourf(X, Y, Z)->line_width(3); show(); return 0; }