MCPcopy Create free account
hub / github.com/alceal/plotlars / axis_position

Method axis_position

crates/plotlars-core/src/components/axis.rs:117–120  ·  view source on GitHub ↗

Sets the position of the axis. # Argument `position` - A `f64` value representing the position of the axis.

(mut self, position: f64)

Source from the content-addressed store, hash-verified

115 ///
116 /// * `position` - A `f64` value representing the position of the axis.
117 pub fn axis_position(mut self, position: f64) -> Self {
118 self.axis_position = Some(position);
119 self
120 }
121
122 /// Sets the type of the axis.
123 ///

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected