Matplotlib Introduction

What is Matplotlib?


Matplotlib is the most commonly used library for 2D plotting in Python

It makes plotting figures and data vizualizaiton easier. With few lines of code, we can generate

For simple plotting the pyplot module provides a MATLAB-like interface, particularly when combined with IPython.
For the power user, you have full control of line styles, font properties, axes properties, etc, via an object oriented interface or via a set of functions familiar to MATLAB users.

Matplotlib Introduction - Notebook






For further reading



« Previous: Numpy Introduction Next: scikit-learn introduciton »