Quartz.Scale (Quartz v0.8.1)

View Source

Scales for axes.

Summary

Functions

Linear scale.

Logarithmic scale.

Power scale with the given exponent.

Types

scale()

@type scale() :: {module(), atom(), Keyword.t()}

Functions

linear()

@spec linear() :: scale()

Linear scale.

log()

@spec log() :: scale()

Logarithmic scale.

power(exponent)

@spec power(number()) :: scale()

Power scale with the given exponent.