public struct Axis

Struct holding details on axis

public this(
    double newmin, 
    double newmax)

Creating axis giving a minimum and maximum value

public string label

Label of the axis

public double min

Minimum value of the axis

public double max

Maximum value of the axis

public double min_tick

Location of the lowest tick

public double tick_width

Distance between ticks

public double offset

Offset of the axis

public bool show

Show the axis or hide it

Variables

label
string

Label of the axis

min
double

Minimum value of the axis

max
double

Maximum value of the axis

min_tick
double

Location of the lowest tick

tick_width
double

Distance between ticks

offset
double

Offset of the axis

show
bool

Show the axis or hide it

Functions

this

Creating axis giving a minimum and maximum value