Function yticklabels_data

Source
pub fn yticklabels_data<I, S>(ticklabels: I) -> TickLabels
where I: IntoIterator<Item = (f64, S)>, S: Into<String>,
Expand description

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