Package SimPy :: Module SimPlot :: Class GraphSymbols
[show private | hide private]
[frames | no frames]

Class GraphSymbols

GraphPoints --+
              |
             GraphSymbols


Method Summary
  __init__(self, points, **attr)
  draw(self, canvas)
  _circle(self, c, xc, yc, size, fill, outline, fillstyle)
  _cross(self, c, xc, yc, size, fill, outline, fillstyle)
  _dot(self, c, xc, yc, size, fill, outline, fillstyle)
  _drawmarkers(self, c, coords, marker, color, fillstyle, fillcolor, size)
  _plus(self, c, xc, yc, size, fill, outline, fillstyle)
  _square(self, c, xc, yc, size, fill, outline, fillstyle)
  _triangle(self, c, xc, yc, size, fill, outline, fillstyle)
  _triangle_down(self, c, xc, yc, size, fill, outline, fillstyle)
    Inherited from GraphPoints
  boundingBox(self)
  fitToScale(self, scale, shift)

Class Variable Summary
dict _attributes = {'outline': 'black', 'color': 'black', 'fi...

Class Variable Details

_attributes

Type:
dict
Value:
{'color': 'black',
 'fillcolor': 'black',
 'fillstyle': '',
 'marker': 'circle',
 'outline': 'black',
 'size': 2,
 'width': 1}                                                           

Generated by Epydoc 2.1 on Wed Nov 16 12:02:48 2005 http://epydoc.sf.net