Contents

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

Declaration

nonisolated init<Data, Y>(_ data: Data, x: PlottableProjection<BarPlot<Content>.DataElement, some Plottable>, yStart: PlottableProjection<BarPlot<Content>.DataElement, Y>, yEnd: PlottableProjection<BarPlot<Content>.DataElement, Y>, width: MarkDimensions<BarPlot<Content>.DataElement> = .automatic) where Content == VectorizedBarPlotContent<Data>, Data : RandomAccessCollection, Y : Plottable

See Also

Plotting bars from a collection