Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/chart/
Dmesh.rs53 pub fn y_label_offset<S: SizeDesc>(&mut self, value: S) -> &mut Self { in y_label_offset() function
54 self.style.y_label_offset(value); in y_label_offset()
151 pub(super) y_label_offset: i32, field
195 y_label_offset: 0, in new()
266 pub fn y_label_offset<S: SizeDesc>(&mut self, value: S) -> &mut Self { in y_label_offset() function
267 self.y_label_offset = value.in_pixels(&self.parent_size); in y_label_offset()
452 self.y_label_offset, in draw()
475 self.y_label_offset, in draw()
Dcontext.rs467 y_label_offset: i32, in draw_mesh()
500 y_label_offset,
/external/rust/crates/plotters/examples/
Dmatshow.rs20 .y_label_offset(25) in main()
/external/rust/crates/plotters/
DCHANGELOG.md147 - Add support for `y_label_offset`. Previously only X axis label supports offset attribute.