Skip to main content

zticklabels_data

Function zticklabels_data 

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

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