Function cticklabels

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

Create a new CTickLabels with no options.