CSCI 150 - Foundations of Computer Science

Spring 2012

Programming Assignment 10: Plotting Graphs

In this assignment, you will use Pygame to display line graphs. (Pygame is installed on all of the lab computers in MCReynolds 314.) Installing Pygame on a Mac with Python 3 is difficult; Mac users should feel free to use Python 2.6 or 2.7 for this and all the Pygame assignments.

Example pygame programs

Useful Functions

Line Graphs

Submission

Place all of your code in a single file called hw10.py. Submit via Moodle.