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