Home
last modified time | relevance | path

Searched refs:x_label_formatter (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/criterion/src/plot/plotters_backend/
Dpdf.rs61 .x_label_formatter(&|&x| pretty_print_float(x, true)) in pdf_comparison_figure()
149 .x_label_formatter(&|&x| pretty_print_float(x, true)) in pdf_small()
230 .x_label_formatter(&|&x| pretty_print_float(x, true)) in pdf()
238 .x_label_formatter(&|&x| pretty_print_float(x, true)) in pdf()
Diteration_times.rs39 .x_label_formatter(&|x| pretty_print_float(*x, true)) in iteration_times_figure()
106 .x_label_formatter(&|x| pretty_print_float(*x, true)) in iteration_times_comparison_figure()
Dregression.rs63 .x_label_formatter(&|x| pretty_print_float(x * x_scale, true)) in regression_figure()
189 .x_label_formatter(&|x| pretty_print_float(x * x_scale, true)) in regression_comparison_figure()
Ddistributions.rs80 .x_label_formatter(&|&v| pretty_print_float(v, true)) in abs_distribution()
235 .x_label_formatter(&|&v| pretty_print_float(v, true)) in rel_distribution()
/external/rust/crates/plotters/src/chart/
Dmesh.rs74 pub fn x_label_formatter(&mut self, fmt: &'b dyn Fn(&X::ValueType) -> String) -> &mut Self { in x_label_formatter() function
75 self.style.x_label_formatter(fmt); in x_label_formatter()
364 pub fn x_label_formatter(&mut self, fmt: &'b dyn Fn(&X::ValueType) -> String) -> &mut Self { in x_label_formatter() function
/external/rust/crates/plotters/examples/
Dchart.rs25 .x_label_formatter(&|v| format!("{:.1}", v)) in main()
/external/rust/crates/plotters/plotters-doc-data/
Devcxr-jupyter-integration.ipynb8029 " .x_label_formatter(&|x| format!(\"{:.1}\", *x as f64 / 100.0))\n",