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

Method set_y_scale

src/views/scatter.rs:49–52  ·  view source on GitHub ↗

Set the scale for the Y dimension.

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

Source from the content-addressed store, hash-verified

47
48 /// Set the scale for the Y dimension.
49 pub fn set_y_scale(mut self, scale: &'a impl Scale<U>) -> Self {
50 self.y_scale = Some(scale);
51 self
52 }
53
54 /// Set the keys in case of a stacked bar chart.
55 pub fn set_keys(mut self, keys: Vec<String>) -> 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