mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
update options with axis draw flag
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user