Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     PlotCurve.__init__(self, *args, **kwargs)
     self._dependent = []
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     # fill values for masked x, y
     self.fillx = kwargs.pop('fillx', 0)
     self.filly = kwargs.pop('filly', 0)
     PlotCurve.__init__(self, *args, **kwargs)