Packaging and Distributing

This week we’re going to take a much deeper dive into matplotlib, develop a “custom” plot type, and then walk through how to distribute that plot to other folks.

Lectures

Deeper into Matplotlib

We're going to dig much deeper into matplotlib, starting with styles, moving on to how patches are placed on an image, and then start talking about how we can package up our custom routines for reuse.

Packaging and Custom Plots

We learned about creating packages, reusability, and then applied this to a Ticket to Ride visualization project.

Examples

Assignments