Não consigo plotar gráfico no python 3.8.3 com PyCharm

Não consigo plotar gŕafico no PyCharm com o python 3.8.3
Quando digito:
import matplotlib.pyplot as plt

falta a instalação do pyplot,
No processo de instalação da um erro:
ERROR: Could not find a version that satisfies the requirement pyplot (from versions: none) ERROR: No matching distribution found for pyplot

E tentei instalar pelo terminal do linux Ubuntu 20.3 e da o mesmo erro.
Terminal:
:~$ pip install pyplot
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement pyplot (from versions: none) ERROR: No matching distribution found for pyplot

Alguém teria uma solução para resolver este erro.