86
83
pylab.scatter(V[:,0], V[:,1]/scale, label=variant)
87
84
pylab.plot(V[:,0], V[:,1]/scale)
89
pylab.plot(V[:,0], V[:,1]/scale, label=variant, zorder=order)
86
pylab.plot(V[:,0], V[:,1]/scale, label=variant)
92
89
# michaelh1 likes to run this script while the test is
93
90
# still running which can lead to bad data
97
95
pylab.xlabel('Block size (B)')
99
97
pylab.title('%s %s' % (test, field))
102
100
pylab.savefig('%s-%s.png' % (test, field), dpi=100)
104
102
pylab.savefig('%s-%s-semilog.png' % (test, field), dpi=100)