pub fn xticklabels<I, J, S>(v: I, s: J) -> TickLabelswhere I: IntoIterator<Item = f64>, J: IntoIterator<Item = S>, S: Into<String>,
Create a new TickLabels for the X-axis with no options.
TickLabels