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) source code
 
draw(self, canvas) source code
 
_drawmarkers(self, c, coords, marker='circle', color='black', fillstyle='', fillcolor='', size=2) source code
 
_circle(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='') source code
 
_dot(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='') source code
 
_square(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='') source code
 
_triangle(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='') source code
 
_triangle_down(self, c, xc, yc, size=1, fill='', outline='black', fillstyle='') source code
 
_cross(self, c, xc, yc, size=1, fill='black', outline=None, fillstyle='') source code
 
_plus(self, c, xc, yc, size=1, fill='black', outline=None, fillstyle='') source code

Inherited from GraphPoints: boundingBox, fitToScale

Class Variables [hide private]
  _attributes = {'color': 'black', 'fillcolor': 'black', 'fillst...
Method Details [hide private]

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

source code 
Overrides: GraphPoints.__init__

Class Variable Details [hide private]

_attributes

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