Exemplo n.º 1
0
 def test_gpcca_schur_matrix_title(self, mc: GPCCA, fpath: str):
     mc.plot_schur_matrix(title="foobar", dpi=DPI, save=fpath)
Exemplo n.º 2
0
 def test_gpcca_schur_matrix_cmap(self, mc: GPCCA, fpath: str):
     mc.plot_schur_matrix(cmap=cm.inferno, dpi=DPI, save=fpath)
Exemplo n.º 3
0
 def test_gpcca_schur_matrix(self, mc: GPCCA, fpath: str):
     mc.plot_schur_matrix(dpi=DPI, save=fpath)