Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/chart/
Dmesh.rs44 pub fn x_label_offset<S: SizeDesc>(&mut self, value: S) -> &mut Self { in x_label_offset() function
45 self.style.x_label_offset(value); in x_label_offset()
150 pub(super) x_label_offset: i32, field
194 x_label_offset: 0, in new()
257 pub fn x_label_offset<S: SizeDesc>(&mut self, value: S) -> &mut Self { in x_label_offset() function
258 self.x_label_offset = value.in_pixels(&self.parent_size); in x_label_offset()
451 self.x_label_offset, in draw()
474 self.x_label_offset, in draw()
Dcontext.rs466 x_label_offset: i32, in draw_mesh()
489 x_label_offset,
/external/rust/crates/plotters/examples/
Dmatshow.rs19 .x_label_offset(35) in main()
/external/rust/crates/plotters/plotters-doc-data/
Devcxr-jupyter-integration.ipynb8028 " .x_label_offset(30)\n",