MCPcopy Create free account
hub / github.com/5ocworkshop/bgraph / y_range

Method y_range

src/classes/cls_multi_graph.rs:79–82  ·  view source on GitHub ↗

Set Y-axis range (shared by all series)

(mut self, min: f32, max: f32)

Source from the content-addressed store, hash-verified

77
78 /// Set Y-axis range (shared by all series)
79 pub fn y_range(mut self, min: f32, max: f32) -> Self {
80 self.y_range = (min, max);
81 self
82 }
83
84 /// Set render mode
85 pub fn render_mode(mut self, mode: RenderMode) -> Self {

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected