Contents

init(_:x:yStart:yEnd:width:)

Declaration

nonisolated init<Data>(_ data: Data, x: PlottableProjection<RectanglePlot<Content>.DataElement, some Plottable>, yStart: KeyPath<RectanglePlot<Content>.DataElement, CGFloat>, yEnd: KeyPath<RectanglePlot<Content>.DataElement, CGFloat>, width: MarkDimensions<RectanglePlot<Content>.DataElement> = .automatic) where Content == VectorizedRectanglePlotContent<Data>, Data : RandomAccessCollection

See Also

Plotting rectangles from a collection