Exemplo n.º 1
0
    def __init__(self, width, height, bg_color, line_color):
        
        width = 600
        self.padding = 30
        self.block_width = 100

        graph_t.__init__(self, width, height, bg_color, line_color)
Exemplo n.º 2
0
    def __init__(self, width, height,bg_color,line_color):

        graph_t.__init__(self,width,height,bg_color,line_color)
Exemplo n.º 3
0
    def __init__(self, width, height):

        graph_t.__init__(self,width,height)