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