Struct plotpy::Legend[][src]

pub struct Legend {
    pub show_frame: bool,
    pub length_indicator: f64,
    pub location: String,
    pub number_columns: i32,
    pub coordinates: Vec<f64>,
    pub is_outside: bool,
    // some fields omitted
}
Expand description

Creates a legend to be added to the plot

Fields

show_frame: boollength_indicator: f64location: Stringnumber_columns: i32coordinates: Vec<f64>is_outside: bool

Implementations

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.