Lattice

class leather.Lattice(shape=None)

A grid of charts with synchronized shapes, scales, and axes.

Lattice only supports graphing a single series of data.

Parameters:

shape – An instance of Shape to use to render all series. Defaults to Line if not specified.