Skip to main content

PlotOptions

Trait PlotOptions 

Source
pub trait PlotOptions {
    // Required method
    fn base(&self) -> &BasePlotOptions;
}
Expand description

Trait for plot options types

All plot-specific options structs should implement this trait to provide access to the base options.

Required Methods§

Source

fn base(&self) -> &BasePlotOptions

Get a reference to the base plot options

Implementors§