From fe16c101cf7c05aca764a6d333f9628cf90241ea Mon Sep 17 00:00:00 2001 From: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:59:25 +0100 Subject: [PATCH] update options with axis draw flag --- graphs.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/graphs.hpp b/graphs.hpp index 2257c21..7263650 100644 --- a/graphs.hpp +++ b/graphs.hpp @@ -840,6 +840,7 @@ namespace graphs struct Axis { long double min = 0; long double max = 0; + bool drawn = true; bool labels = true; bool ticks = true; bool units_label = true;