mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-05-05 21:41:12 +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 {
|
||||
long double min = 0;
|
||||
long double max = 0;
|
||||
bool drawn = true;
|
||||
bool labels = true;
|
||||
bool ticks = true;
|
||||
bool units_label = true;
|
||||
|
Loading…
Reference in New Issue
Block a user