init(_:x:yStart:yEnd:width:)
Declaration
nonisolated init<Data, Y>(_ data: Data, x: PlottableProjection<RectanglePlot<Content>.DataElement, some Plottable>, yStart: PlottableProjection<RectanglePlot<Content>.DataElement, Y>, yEnd: PlottableProjection<RectanglePlot<Content>.DataElement, Y>, width: MarkDimensions<RectanglePlot<Content>.DataElement> = .automatic) where Content == VectorizedRectanglePlotContent<Data>, Data : RandomAccessCollection, Y : Plottable
See Also
Plotting rectangles from a collection