Contents

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

Declaration

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

See Also

Plotting rectangles from a collection