Python Matplotlib

Matplotlib Intro

Introduction to Matplotlib

Matplotlib Intro

Matplotlib is a low level graph plotting library in python that serves as a visualization utility. Matplotlib was created by John D. Hunter.

What is Matplotlib?

Matplotlib is mostly written in python, a few segments are written in C, Objective-C and Javascript for Platform compatibility.

Installation

pip install matplotlib

Import Matplotlib

import matplotlib