>>> import matplotlib.pyplot as plt
Traceback (most recent call last):
File "<console>", line 1, in <module>
ModuleNotFoundError: No module named 'matplotlib'
Responder1
Para instalarmatplotlib
para o sistema python, use os comandos abaixo:
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python3-matplotlib