bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Python/Data Science and Scientific Python
Python•Data Science and Scientific Python

Matplotlib Tutorial

Concept visual

Matplotlib Tutorial

Graph traversalgraph
ABCDE
current
queued
1
4

Start from A

What is Matplotlib?

Matplotlib is a low level graph plotting library in python that serves as a visualization utility. Matplotlib was created by John D. Hunter. Matplotlib is open source and we can use it freely. Matplotlib is mostly written in python, a few segments are written in C, Objective-C and Javascript for Platform compatibility.

Where is the Matplotlib Codebase?

Formula

The source code for Matplotlib is located at this github repository https://github.com/matplotlib/matplotlib

Previous

NumPy Tutorial

Next

Machine Learning