def __init__(self, **attr): GraphCanvas.__init__(self, **attr) self.names = [] self.data = []
def __init__(self, **attr): GraphCanvas.__init__(self, **attr) self.data = Group(id='data') self.color1 = red self.color2 = green self.color3 = blue
def __init__(self, **attr): GraphCanvas.__init__(self, **attr) self.data = Group(id='data') self.counter = 0 self.colors = {}
def __init__ (self, **attr): GraphCanvas.__init__ (self, **attr) self.names = [] self.data = []
def __init__ (self, **attr): GraphCanvas.__init__ (self, **attr) self.data = Group (id = 'data') self.color1 = red self.color2 = green self.color3 = blue
def __init__ (self, **attr): GraphCanvas.__init__ (self, **attr) self.data = Group (id = 'data') self.counter = 0 self.colors = {}