Example #1
0
 def __init__(self, **attr):
     GraphCanvas.__init__(self, **attr)
     self.names = []
     self.data = []
Example #2
0
 def __init__(self, **attr):
     GraphCanvas.__init__(self, **attr)
     self.data = Group(id='data')
     self.color1 = red
     self.color2 = green
     self.color3 = blue
Example #3
0
 def __init__(self, **attr):
     GraphCanvas.__init__(self, **attr)
     self.data = Group(id='data')
     self.counter = 0
     self.colors = {}
Example #4
0
 def __init__ (self, **attr):
     GraphCanvas.__init__ (self, **attr)
     self.names = []
     self.data = []
Example #5
0
 def __init__ (self, **attr):
     GraphCanvas.__init__ (self, **attr)
     self.data = Group (id = 'data')
     self.color1 = red
     self.color2 = green
     self.color3 = blue
Example #6
0
 def __init__ (self, **attr):
     GraphCanvas.__init__ (self, **attr)
     self.data = Group (id = 'data')
     self.counter = 0
     self.colors = {}