def test_text_points_diff_texts(self):
     #diff text for all the points
     text_points(self.points, ['A', 'B', 'C', 'A'])
     self.fig()
 def test_text_points_diff_texts(self):
     #diff text for all the points
     text_points(self.points, ['A', 'B', 'C', 'A'])
     self.fig()
 def test_text_points(self):
     #same text for all the points
     text_points(self.points, 'X')
     self.fig()
 def test_text_points(self):
     #same text for all the points
     text_points(self.points, 'X')
     self.fig()