pub fn xticks<I, VE>(v: I) -> Tickswhere
I: IntoIterator<Item = VE>,
VE: Real,Expand description
Create a new Ticks for the X-axis with no options.
pub fn xticks<I, VE>(v: I) -> Tickswhere
I: IntoIterator<Item = VE>,
VE: Real,Create a new Ticks for the X-axis with no options.