Searched refs:group_gap (Results 1 – 2 of 2) sorted by relevance
307 (bar_thickness, bar_gap, group_gap) = (chart.style.bar_thickness,309 chart.style.group_gap)311 if bar_gap is None and group_gap is not None:312 bar_gap = max(0, group_gap / 2)315 if group_gap is None and bar_gap is not None:316 group_gap = max(0, bar_gap * 2)329 if group_gap:330 group_gap = int(bar_thickness * group_gap)337 if group_gap is not None and not chart.stacked:338 spec.append(group_gap)
56 bar_gap=_DEFAULT_BAR_GAP, group_gap=_DEFAULT_GROUP_GAP, argument69 self.group_gap = group_gap