Scales for axes.
Linear scale.
Logarithmic scale.
Power scale with the given exponent.
@type scale() :: {module(), atom(), Keyword.t()}
@spec linear() :: scale()
@spec log() :: scale()
@spec power(number()) :: scale()