Function egui::widgets::plot::log_grid_spacer

source ·
pub fn log_grid_spacer(log_base: i64) -> Box<dyn Fn(GridInput) -> Vec<GridMark>>
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.