Enum pgfplots::axis::plot::ErrorDirection
source · pub enum ErrorDirection {
None,
Plus,
Minus,
Both,
}
Expand description
Control the direction of error bars.
Variants§
None
Draws no error bars.
Plus
Draws only upper bounds in the direction of interest.
Minus
Draws only lower bounds in the direction of interest.
Both
Draws upper and lower bounds in the direction of interest.
Trait Implementations§
source§impl Clone for ErrorDirection
impl Clone for ErrorDirection
source§fn clone(&self) -> ErrorDirection
fn clone(&self) -> ErrorDirection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more