|
__init__(self,
points,
**attr)
|
|
draw(self,
canvas)
|
|
_drawmarkers(self,
c,
coords,
marker='circle',
color='black',
fillstyle='',
fillcolor='',
size=2)
|
|
_circle(self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='')
|
|
_dot(self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='')
|
|
_square(self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='')
|
|
_triangle(self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='')
|
|
_triangle_down(self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='')
|
|
_cross(self,
c,
xc,
yc,
size=1,
fill='black',
outline=None,
fillstyle='')
|
|
_plus(self,
c,
xc,
yc,
size=1,
fill='black',
outline=None,
fillstyle='')
|
Inherited from GraphPoints :
boundingBox ,
fitToScale
|