Introduction to Visualization in Python Using Matplotlib

Room 9207 @ The GC 365 5th Ave., New York

Matplotlib is the most widely used visualization library in Python.  There are two entry points into the library: the pyplot API which mimics MATLAB (widely used in engineering disciplines) and the object-oriented (OO) API. While the pyplot API is convenient for interactive work, to fully exploit the the library the OO API gives the user …

Why Academics <3 GitHub

While academic work can certainly be a solitary affair, much of our work is collaborative in nature. Sane solutions to collaborating on computers do exist. You might have already used …