Ejemplo n.º 1
0
 def test_show_rdm_icon_string_no_error(self):
     rsv.show_rdm(self.rdm[0], pattern_descriptor="string")
Ejemplo n.º 2
0
 def test_show_rdm_icon_marker_no_error(self):
     rsv.show_rdm(self.rdm[0], pattern_descriptor="marker")
Ejemplo n.º 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)
Ejemplo n.º 4
0
 def test_show_rdm_icon_image_no_error(self):
     rsv.show_rdm(self.rdm[0], pattern_descriptor="image")
Ejemplo n.º 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")
Ejemplo n.º 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])