pub trait ValueFormatter<V> { fn format(value: &V) -> String; }
Determine how we can format a value in a coordinate system by default
Format the value