Base Class for lines and markers
- All methods are private. Plotting classes...
Methods
|
|
__init__
boundingBox
getLegend
scaleAndShift
|
|
__init__
|
__init__ (
self,
points,
attr,
)
Exceptions
|
|
KeyError, "Style attribute incorrect. Should be one of %s" % self._attributes.keys()
|
|
|
boundingBox
|
boundingBox ( self )
|
|
getLegend
|
getLegend ( self )
|
|
scaleAndShift
|
scaleAndShift (
self,
scale=1,
shift=0,
)
|
|