[][src]Function axis_ticks::ticks

pub fn ticks<T: Float + FloatConst + FromPrimitive>(
    start: T,
    stop: T,
    count: usize
) -> Vec<T>