Function yticklabels

Source
pub fn yticklabels<I, J, S>(v: I, s: J) -> TickLabels
where I: IntoIterator<Item = f64>, J: IntoIterator<Item = S>, S: Into<String>,
Expand description

Create a new TickLabels for the Y-axis with no options.