mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
5d0bc2bf7d
This lets users specify the spacing of the grid lines and the axis labels, as well as when these start to fade out. New: * `AxisHints::new_x/new_y` (replaces `::default()`) * `AxisHints::label_spacing` * `Plot::grid_spacing`