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