===================== Installing Matplotlib ===================== On Anaconda you can open session via the CMD and then enter the following command: .. console:: $ conda install matplotlib You can install matplotlib directly from the commmand console of your system using pip commnand: .. console:: $ pip install matplotlib Overview ========