MCPcopy Index your code
hub / github.com/askanium/rustplotlib / set_x_scale

Method set_x_scale

src/views/scatter.rs:43–46  ·  view source on GitHub ↗

Set the scale for the X dimension.

(mut self, scale: &'a impl Scale<T>)

Source from the content-addressed store, hash-verified

41
42 /// Set the scale for the X dimension.
43 pub fn set_x_scale(mut self, scale: &'a impl Scale<T>) -> Self {
44 self.x_scale = Some(scale);
45 self
46 }
47
48 /// Set the scale for the Y dimension.
49 pub fn set_y_scale(mut self, scale: &'a impl Scale<U>) -> Self {

Callers 8

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected