Exemple #1
0
 def test_show_rdm_icon_string_no_error(self):
     rsv.show_rdm(self.rdm[0], pattern_descriptor="string")
Exemple #2
0
 def test_show_rdm_icon_marker_no_error(self):
     rsv.show_rdm(self.rdm[0], pattern_descriptor="marker")
Exemple #3
0
 def test_show_rdm_icon_image_groups_no_error(self):
     rsv.show_rdm(self.rdm[0],
                  pattern_descriptor="image",
                  num_pattern_groups=4)
Exemple #4
0
 def test_show_rdm_icon_image_no_error(self):
     rsv.show_rdm(self.rdm[0], pattern_descriptor="image")
Exemple #5
0
 def test_show_rdm_text_label_no_error(self):
     """test RDM visualisation with vanilla Matplotlib text labels."""
     rsv.show_rdm(self.rdm[0], pattern_descriptor="index")
Exemple #6
0
 def test_show_rdm_no_arg_no_error(self):
     """regression test for crashes when gridlines is None (and needs to be set to []
     internally to avoid breaking mpl"""
     rsv.show_rdm(self.rdm[0])