pub fn log_grid_spacer(
log_base: i64,
) -> Box<dyn Fn(GridInput) -> Vec<GridMark> + 'static>Expand description
Recursively splits the grid into base subdivisions (e.g. 100, 10, 1).
The logarithmic base, expressing how many times each grid unit is subdivided. 10 is a typical value, others are possible though.