viz

Visualization routines for the project.

Provides convenience functions for plotting colored lines.

Functions

make_segments(x, y)

Create list of line segments from x and y coordinates, in the correct format

colorline(ax, x, y, z, norm, cmap[, linewidth])

Plot a line that changes color along the way.