Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     mpl.__init__(self, *args, **kwargs)
     self.axes2D.figure.subplots_adjust(left=0.01,
                                        right=0.92,
                                        bottom=0.05,
                                        top=0.98)
     self.notes = []
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     mpl.__init__(self, *args, **kwargs)
     self.notes = []
     self.state = None
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     mpl.__init__(self, *args, **kwargs)
     self.axes2D.figure.subplots_adjust(left=0.01, right=0.92,
                                        bottom=0.05, top=0.98)
     self.notes = []
Exemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     mpl.__init__(self, *args, **kwargs)
     self.notes = []
     self.state = None