import random import matplotlib from pylab import * %pylab inlinelist = [random.random() for i in range(1000)]plot(list)