Answers for "matplotlib doesn't plot [<matplotlib.lines.Line2D at 0x7f3543b113a0>]"

CSS
0

matplotlib doesn't plot [<matplotlib.lines.Line2D at 0x7f3543b113a0>]

In [9]: from pylab import *

In [10]: plot([1,2,3,4])
Out[10]: [<matplotlib.lines.Line2D at 0x123245290>]

In [11]: show()
Posted by: Guest on February-07-2021

Code answers related to "matplotlib doesn't plot [<matplotlib.lines.Line2D at 0x7f3543b113a0>]"

Browse Popular Code Answers by Language