Ejemplo n.º 1
0
 def plot_point_y(self, point, x):
     PlotPoint.plot_point_y(self, point, x, style="pointDotStyle")
Ejemplo n.º 2
0
 def plot_point_adj_y(self, point, x):
     PlotPoint.plot_point_y(self, point, x,
                            style=self.get_point_adj_dot_style())