Installing Matplotlib

On Anaconda you can open session via the CMD and then enter the following command:

$ conda install matplotlib
...\> conda install matplotlib

You can install matplotlib directly from the commmand console of your system using pip commnand:

$ pip install matplotlib
...\> pip install matplotlib

Overview