Ejemplo n.º 1
0
 def plot_point_adj_dot(self, point):
     PlotPoint.plot_point_dot(self, point, style="pointAdjDotStyle")
Ejemplo n.º 2
0
 def plot_point_fix_dot(self, point):
     PlotPoint.plot_point_dot(self, point, style="pointFixDotStyle")
Ejemplo n.º 3
0
 def plot_point_con_dot(self, point):
     PlotPoint.plot_point_dot(self, point, style="pointConDotStyle")
Ejemplo n.º 4
0
 def plot_point_adj_dot(self, point):
     PlotPoint.plot_point_dot(self, point, 
                              style=self.get_point_adj_dot_style())