Matplotlib

In the video of Section 3 Unit 14, you wrote 



import matplotlibpyplot as plt



and it turns into the followinf error message

 

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-6-478fc3098830> in <module>
      3 from iexfinance.stocks import get_historical_data
      4 from datetime import datetime
----> 5 import matplotlibpyplot as plt

ModuleNotFoundError: No module named 'matplotlibpyplot'

Please reply this message with the right library name.

Thank you

Hi Torres,



Thank you for pointing out. We will correct the code as soon as possible.



Meanwhile you can use this line of code:

import matplotlib.pyplot as plt

It will import matplotlib library as an alias plt.