- table = plt.table(cellText=cells, colLabels=columns, rowLabels=rows, loc='bottom')
+ row_colors = list(ntimes(report_colors + ['w'], len(report_times)))
+ table = plt.table(cellText=cells, colLabels=columns, rowLabels=rows, rowColours=row_colors, loc='bottom')