Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/chart/
Dbuilder.rs58 pub fn margin_top<S: SizeDesc>(&mut self, size: S) -> &mut Self { in margin_top() method
406 chart.margin_top(10); in test_margin_configure()