mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-05-07 07:31:20 +08:00
update options with axis draw flag
This commit is contained in:
parent
3e665661f3
commit
fe16c101cf
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user