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

Class GraphSymbols

source code

GraphPoints --+
              |
             GraphSymbols

Instance Methods [hide private]
  __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


Class Variables [hide private]
  _attributes = {'outline': 'black', 'color': 'black', 'fillstyle': ...

Method Details [hide private]

__init__(self, points, **attr)
(Constructor)

source code 
None
Overrides: GraphPoints.__init__

draw(self, canvas)

source code 
None

_drawmarkers(self, c, coords, marker='circle', color='black', fillstyle='', fillcolor='', size=2)

source code 
None

_circle(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='')

source code 
None

_dot(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='')

source code 
None

_square(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='')

source code 
None

_triangle(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='')

source code 
None

_triangle_down(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='')

source code 
None

_cross(self, c, xc, yc, size=1, fill='black', outline=None, fillstyle='')

source code 
None

_plus(self, c, xc, yc, size=1, fill='black', outline=None, fillstyle='')

source code 
None

Class Variable Details [hide private]

_attributes

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