init(_:x:yStart:yEnd:)
Declaration
nonisolated init<Data, Y>(_ data: Data, x: PlottableProjection<AreaPlot<Content>.DataElement, some Plottable>, yStart: PlottableProjection<AreaPlot<Content>.DataElement, Y>, yEnd: PlottableProjection<AreaPlot<Content>.DataElement, Y>) where Content == VectorizedAreaPlotContent<Data>, Data : RandomAccessCollection, Y : Plottable