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§
Sourcefn base(&self) -> &BasePlotOptions
fn base(&self) -> &BasePlotOptions
Get a reference to the base plot options