pub trait PlotHelper { }Expand description
Helper trait for internal use by the Plot trait implementation.
Can be used to get the underlying layout and traces of a plot (for example, to create a subplot).
pub trait PlotHelper { }Helper trait for internal use by the Plot trait implementation.
Can be used to get the underlying layout and traces of a plot (for example, to create a subplot).