MCPcopy Create free account
hub / github.com/askanium/rustplotlib / get_ticks

Method get_ticks

src/scales/band.rs:170–172  ·  view source on GitHub ↗

Get the list of ticks that represent the scale on a chart axis.

(&self)

Source from the content-addressed store, hash-verified

168
169 /// Get the list of ticks that represent the scale on a chart axis.
170 fn get_ticks(&self) -> Vec<String> {
171 self.domain.clone()
172 }
173}

Callers 1

generate_ticksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected