Home
last modified time | relevance | path

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

/external/rust/crates/plotters/examples/
Drelative_size.rs37 let (left, right) = root.split_horizontally((70).percent_width()); in main()
/external/rust/crates/plotters/src/drawing/
Darea.rs427 pub fn split_horizontally<S: SizeDesc>(&self, x: S) -> (Self, Self) { in split_horizontally() method
618 let (left, right) = drawing_area.split_horizontally(345); in test_split_horizontally()
/external/rust/crates/plotters/plotters-doc-data/
Devcxr-jupyter-integration.ipynb12237 " let (left, right) = root.split_horizontally(640);\n",