-1

When I declare 2 libraries in Python, 2 errors appear: import matplotlib.pylot as plt from scipy import misc

No module named 'matplotlib.pylot' and module 'scipy.misc' has no attribute 'imread'. Please help me fix it. enter image description here

2
  • 2
    Beacuse it is matplotlib.pyplot, its a typo. Commented Feb 21, 2021 at 7:04
  • Also imread doesn't exist in scipy.misc Commented Feb 21, 2021 at 7:33

1 Answer 1

1

You're getting an error because it's not "matplotlib.pylot" but rather "matplotlib.pyplot".

Sign up to request clarification or add additional context in comments.

1 Comment

I'm not using italic font type

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.