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