finch.evaluation.get_pyplot_grouped_bar_pos(groups: int, labels: int) tuple[ndarray, float]

Returns an array of bar positions when trying to create a grouped bar plot for pyplot, along with the width of an individual bar. A row in the returned array contains the bar positions for a label, while a column contains the bar positions for a group.

Parameters:
groups : int

The number of groups in the bar plot

labels : int

The number of labels in the bar plot