Description: CSCI 203 - Introduction to Computer Science I

Installing Matplotlib on your Mac or Windows Laptop

First install Python 3.x:

Even if you have an older version of Python, e.g., Python 3.2, on your laptop, you can still install a newer version, e.g., 3.5 or 3.6

Second install Matplotlib:

Note: You must install Python 3.5 or 3.6 on your laptop before you install Matplotlib!

Try Out Matplotlib:

Notice when you install Matplotlib, the numerical package NumPy is installed at the same time.

See CSCI 203 Matplotlib Tutorial to get started.

Try some examples in Matplotlib's Gallery.