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