From f9b87c976e6185a1c17d3c1ef0d18fe1fb7c8fc4 Mon Sep 17 00:00:00 2001 From: Franco Cipollone <53065142+francocipollone@users.noreply.github.com> Date: Fri, 10 Dec 2021 18:26:33 -0300 Subject: [PATCH] Adds set_zlim() method Adds set_zlim() which allows setting the minimum and maximum limit in the z-axis. --- matplotlibcpp.h | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/matplotlibcpp.h b/matplotlibcpp.h index d95d46a..2843458 100644 --- a/matplotlibcpp.h +++ b/matplotlibcpp.h @@ -2522,6 +2522,55 @@ inline void set_zlabel(const std::string &str, const std::map