Contents

init(_:xStart:xEnd:yStart:yEnd:)

Declaration

nonisolated init<Data, Y>(_ data: Data, xStart: CGFloat? = nil, xEnd: CGFloat? = nil, yStart: PlottableProjection<RectanglePlot<Content>.DataElement, Y>, yEnd: PlottableProjection<RectanglePlot<Content>.DataElement, Y>) where Content == VectorizedRectanglePlotContent<Data>, Data : RandomAccessCollection, Y : Plottable

See Also

Plotting rectangles from a collection