Searched refs:x_label_formatter (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | pdf.rs | 61 .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()
|
D | iteration_times.rs | 39 .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()
|
D | regression.rs | 63 .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()
|
D | distributions.rs | 80 .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/ |
D | mesh.rs | 74 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/ |
D | chart.rs | 25 .x_label_formatter(&|v| format!("{:.1}", v)) in main()
|
/external/rust/crates/plotters/plotters-doc-data/ |
D | evcxr-jupyter-integration.ipynb | 8029 " .x_label_formatter(&|x| format!(\"{:.1}\", *x as f64 / 100.0))\n",
|