#include int main() { using namespace matplot; auto [x, y, z] = peaks(); contourf(x, y, z); save("img/contour.gif"); return 0; }