Quartz.TickManager (Quartz v0.8.1)

View Source

Tick managers handle the placement of ticks in the plot

TODO: iron out the distinctions between major and minor tick managers.

Summary

Types

tick_manager()

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

Functions

auto_tick_manager(opts)

@spec auto_tick_manager(Keyword.t()) :: tick_manager()

Document this.

months_tick_manager(opts)

@spec months_tick_manager(Keyword.t()) :: tick_manager()

Document this.

multiples_tick_manager(opts)

@spec multiples_tick_manager(Keyword.t()) :: tick_manager()

Document this.

power_tick_manager(opts)

@spec power_tick_manager(Keyword.t()) :: tick_manager()

Document this.

symbolic_multiples_tick_manager(opts)

@spec symbolic_multiples_tick_manager(Keyword.t()) :: tick_manager()

Document this.