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