Grid¶
-
class
leather.Grid¶ Bases:
objectA container for a set of
Chartinstances that are rendered in a grid layout.-
add_many(charts)¶ Add a sequence of charts to this grid.
-
to_svg(path=None, width=None, height=None)¶ Render the grid to an SVG.
The
widthandheightarguments refer to the size of the entire grid. The size of individual charts will be inferred automatically.See
Chart.to_svg()for arguments.
-