matplotlib::commands

Function xticklabels

source
pub fn xticklabels<I, J, S>(v: I, s: J) -> TickLabels
where I: IntoIterator<Item = f64>, J: IntoIterator<Item = S>, S: Into<String>,
Expand description

Create a new TickLabels for the X-axis with no options.