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

Method tick_direction

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

Sets the direction of the axis ticks. # Argument `direction` - A `TickDirection` enum value representing the direction of the ticks.

(mut self, direction: TickDirection)

Source from the content-addressed store, hash-verified

196 ///
197 /// * `direction` - A `TickDirection` enum value representing the direction of the ticks.
198 pub fn tick_direction(mut self, direction: TickDirection) -> Self {
199 self.tick_direction = Some(direction);
200 self
201 }
202
203 /// Sets the length of the axis ticks.
204 ///

Callers 6

regular_grid_exampleFunction · 0.45
irregular_grid_exampleFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected