matplotlib plot doesn't show code example
Example: matplotlib doesn't plot []
In [9]: from pylab import *
In [10]: plot([1,2,3,4])
Out[10]: [<matplotlib.lines.Line2D at 0x123245290>]
In [11]: show()
In [9]: from pylab import *
In [10]: plot([1,2,3,4])
Out[10]: [<matplotlib.lines.Line2D at 0x123245290>]
In [11]: show()