Grouped Vertical Bar Plot
A Vertical Bar Plot to be used in an XYGraph and that plots multiple series side-by-side.
Parameters
The type of the x-axis values
The type of the y-axis values
The type of the data element holding the values for each bar
Coordinate data for the bars to be plotted.
Composable function to emit a bar for each data element, see VerticalBarComposable.
The fraction of space between adjacent x-axis bars or bar groups that may be used. Must be between 0 and 1, defaults to 0.9.
A Vertical Bar Plot to be used in an XYGraph and that plots multiple series side-by-side.
Parameters
The type of the x-axis values
The type of the y-axis values
The fraction of space between adjacent x-axis bars or bar groups that may be used. Must be between 0 and 1, defaults to 0.9.
A block which describes the content for the plot.