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

Method x_range

src/classes/cls_multi_graph.rs:73–76  ·  view source on GitHub ↗

Set X-axis range

(mut self, start: f32, end: f32)

Source from the content-addressed store, hash-verified

71
72 /// Set X-axis range
73 pub fn x_range(mut self, start: f32, end: f32) -> Self {
74 self.x_range = (start, end);
75 self
76 }
77
78 /// Set Y-axis range (shared by all series)
79 pub fn y_range(mut self, min: f32, max: f32) -> Self {

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected