Esempio 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)
Esempio n. 2
0
    def __init__(self, width, height,bg_color,line_color):

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

        graph_t.__init__(self,width,height)