pub type MultiSeries2D = Vec<Series2D>;Expand description
A type alias representing a collection of 2D series.
MultiSeries2D is a type alias for a Vec<Series2D>, where each Series2D
represents a single two-dimensional data series. This alias is used to
simplify the representation of multiple 2D series in a single collection.
Aliased Typeยง
pub struct MultiSeries2D { /* private fields */ }