pyre.tabular.Interval

Module Contents

class pyre.tabular.Interval.Interval(interval, subdivisions, **kwds)

Bases: pyre.tabular.Dimension.Dimension

A chart axis whose tick marks are intervals of (a subset) of the range of the values in a given sheet column.

class axis(chart, dimension, **kwds)
__len__(self)
__iter__(self)
__getitem__(self, bin)
__get__(self, chart, cls)