Graph of the number of movies in the Netflix data set by year of release

Pylab is a great tool for producing graphs. It's produced by an Open Source project called Matplotlib. Here's a quick example.

There is a small file called movie-titles.txt which comes as part of the Netflix data set. It contains the titles of movies and the year they were released.

Here's what their age distribution looks like.

Next Page