36
37
pylab.bar(X+i*width, heights, width, color=colours.next(), label=variant)
39
41
axes.set_xticklabels(alignments)
42
44
pylab.title('Performance of different variants of %(function)s for %(bytes)d byte blocks' % locals())
43
45
pylab.ylabel('Rate (MB/s)')
49
51
records = libplot.parse()