chump.objects.dataobjects.line

define a line object by a series of coordinates

xy

set the coordinates of the line

Example:

>>> xy = [[1,1],[2,2],[4,4]]
plotarg

plotting argument for the object