Intelligence, Inside and Outside.

How To Install Matplotlib

Overview

This guide shows how to install Matplotlib, a Python 2D plotting library which produces publication-quality figures in a variety of hardcopy formats and interactive environments across platforms.

 

Prerequisites

 

Installation

01. Activate your virtual environment, or skip this step if not using virtual environment.

$ source {{virtual-env-directory}}/bin/activate

 

 

02. Install the Matplotlib package

(geek-venv) $ pip install matplotlib

 

03. Verify that Matplotlib has been installed by viewing the version.

(geek-venv) $ pip freeze | grep matplotlib

Read More  How To: Django Web App Setup (CLI Only)

For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!
Share this article
Shareable URL
Prev Post

Artificial Intelligence Can Now Detect Insincerity Through Smiling

Next Post

A Framework For Developing A National Artificial Intelligence Strategy

Read next