DEV Community

Ruthvik Raja M.V
Ruthvik Raja M.V

Posted on

How to install matplotlib in Spyder, Anaconda Navigator?

Execute the following commands in Spyder Terminal:-

conda install -c conda-forge matplotlib
Enter fullscreen mode Exit fullscreen mode
pip install matplotlib
Enter fullscreen mode Exit fullscreen mode

After installing, restart the kernel.

Latest comments (0)