Struct plotpy::Text[][src]

pub struct Text {
    pub alignment_horizontal: String,
    pub alignment_vertical: String,
    pub rotation: f64,
    pub font_size: f64,
    // some fields omitted
}
Expand description

Creates text to be added to a plot

Fields

alignment_horizontal: Stringalignment_vertical: Stringrotation: f64font_size: f64

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.