Function re_view_time_series::view_class::make_range_sane
source ยท fn make_range_sane(y_range: Range1D) -> Range1D
Expand description
Make sure the range is finite and positive, or egui_plot
might be buggy.
fn make_range_sane(y_range: Range1D) -> Range1D
Make sure the range is finite and positive, or egui_plot
might be buggy.