Import matplotlib.pyplot as plt - gives error - ModuleNotFoundError: No module named 'matplotlib.pyplot'

前端 未结 0 1574
醉酒成梦
醉酒成梦 2020-12-28 22:50

When I use a Python shell this works fine, but when I use a Python file and run the file, I get an error on Line:

import matplotlib.pyplot as plt

相关标签:
回答
  • 消灭零回复
提交回复
热议问题