update options with axis draw flag

This commit is contained in:
Jan Kuhlmann 2025-01-22 17:59:25 +01:00
parent 3e665661f3
commit fe16c101cf

View File

@ -840,6 +840,7 @@ namespace graphs
struct Axis { struct Axis {
long double min = 0; long double min = 0;
long double max = 0; long double max = 0;
bool drawn = true;
bool labels = true; bool labels = true;
bool ticks = true; bool ticks = true;
bool units_label = true; bool units_label = true;