#include #include #include #include #include int main() { using namespace matplot; auto [X, Y, Z] = peaks(); surf(X, Y, Z); box(on); auto ax = gca(); ax->box_full(true); show(); return 0; }