HomeSort by relevance Sort by last modified time
    Searched full:pylab (Results 1 - 1 of 1) sorted by null

  /development/tools/axl/
chewie.py 13 import sys, pylab namespace
148 pylab.text(0, y - 0.25, "%s %s %s" % (val[9], val[0][4], val[8]), font)
151 # pylab.plot([vals[-1][6]], rng)
154 pylab.plot(opened, rng, 'ro')
155 pylab.plot(killed[1], killed[0], 'rx')
160 arrow = pylab.Arrow(send, y, sent - send, 0)
162 ax = pylab.gca()
165 arrow = pylab.Arrow(reading, y, read - reading, 0)
167 ax = pylab.gca()
176 pylab.figtext(0.82, 0.30, caption, bbox=dict(facecolor='lightgrey', alpha=0.5)
    [all...]

Completed in 12 milliseconds