hey alll


In [1]:
import matplotlib as plt
plt.plot(1.,1.)


---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-1-d5d951750117> in <module>()
      1 import matplotlib as plt
----> 2 plt.plot(1.,1.)

AttributeError: 'module' object has no attribute 'plot'

In [ ]: