__init__(self,
points,
**attr)
(Constructor)
|
|
- Parameters:
points - any sequence of (x, y) number pairs
attr - marker attributes
width - the line width for drawing the marker (default: 1)
color - a string whose value is one of the color names defined in Tk,
defines the color of the line forming the marker (default:
"black" )
fillcolor - a string whose value is one of the color names defined in Tk,
defines the color of the interior of the marker (default:
"black" )
marker - one of 'circle' (default), 'dot' ,
'square' , 'triangle' ,
'triangle_down' , 'cross' ,
'plus'
- Overrides:
PolyPoints.__init__
|