pub trait Labeller: Fn(i64) -> String { }
An axis labeller is a closure that produces a string given a value within the axis scale