pub fn cticklabels<I, J, S>(v: I, s: J) -> CTickLabelswhere I: IntoIterator<Item = f64>, J: IntoIterator<Item = S>, S: Into<String>,
Create a new CTickLabels with no options.
CTickLabels