!du -hs make-lots-of-plots.ipynb
5.4M make-lots-of-plots.ipynb
%pylab inline
Populating the interactive namespace from numpy and matplotlib
figsize(20, 20)
Z = np.random.random((128,128))
plt.pcolor(Z);
Z = np.random.random((128,128))
plt.pcolor(Z);
Z = np.random.random((128,128))
plt.pcolor(Z);
Z = np.random.random((128,128))
plt.pcolor(Z);
Z = np.random.random((128,128))
plt.pcolor(Z);
Z = np.random.random((128,128))
plt.pcolor(Z);
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x114069c18>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x10f6c5390>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x113dc45f8>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x112d85b70>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x113740278>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x11b7c9860>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x11d7c9438>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x11f61a9b0>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x1214ff5f8>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x1234218d0>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x12545ae48>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x127277208>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x129297668>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x12b1b3cf8>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x12cfcb7b8>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x12f02c5f8>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x12faddb70>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x132e6a128>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x134d88588>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x136c9ae48>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x138bbe400>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x13aad9978>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x13c9f7ef0>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x13e91a4a8>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x14084fc18>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x1428740b8>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x14468f748>
Z = np.random.random((128,128))
plt.pcolor(Z)
<matplotlib.collections.PolyCollection at 0x1450c2cc0>