Enum gnuplot::Tick
[−]
[src]
pub enum Tick<T> {
Major(T, AutoOption<String>),
Minor(T),
}Specifies a type of axis tick
Variants
Major(T, AutoOption<String>)Major ticks have position and an optional label. The label may have a single C-style format specifier which will be replaced by the location of the tick
Minor(T)Minor ticks only have position