Introduction to Visualization with Python
Overview
Teaching: 5 min min
Exercises: 0 minQuestions
How to visualize data in Python
Objectives
Basic Introductory of 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.
- To install matplotlib, activate the conda environment:
pip install matplotlib
Key Points
Matplotlib