Struct plotpy::Contour[][src]

pub struct Contour {
    pub colors: Vec<String>,
    pub levels: Vec<f64>,
    pub colormap_index: i32,
    pub number_format: String,
    pub no_lines: bool,
    pub no_labels: bool,
    pub no_inline: bool,
    pub no_colorbar: bool,
    pub colorbar_label: String,
    pub selected_value: f64,
    pub selected_color: String,
    pub selected_linewidth: f64,
    // some fields omitted
}
Expand description

Generates a contour plot

Fields

colors: Vec<String>levels: Vec<f64>colormap_index: i32number_format: Stringno_lines: boolno_labels: boolno_inline: boolno_colorbar: boolcolorbar_label: Stringselected_value: f64selected_color: Stringselected_linewidth: 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.