Ejemplo n.º 1
0
 def test_gpcca_coarse_T_xtick_rot(self, mc: GPCCA, fpath: str):
     mc.plot_coarse_T(xtick_rotation=0, dpi=DPI, save=fpath)
Ejemplo n.º 2
0
 def test_gpcca_coarse_T_cmap(self, mc: GPCCA, fpath: str):
     mc.plot_coarse_T(cmap=cm.inferno, dpi=DPI, save=fpath)
Ejemplo n.º 3
0
 def test_gpcca_coarse_T_no_cbar(self, mc: GPCCA, fpath: str):
     mc.plot_coarse_T(show_cbar=False, dpi=DPI, save=fpath)
Ejemplo n.º 4
0
 def test_gpcca_coarse_T_no_annot(self, mc: GPCCA, fpath: str):
     mc.plot_coarse_T(annotate=False, dpi=DPI, save=fpath)
Ejemplo n.º 5
0
 def test_gpcca_coarse_T_init_dist(self, mc: GPCCA, fpath: str):
     mc.plot_coarse_T(show_initial_dist=True,
                      show_stationary_dist=False,
                      dpi=DPI,
                      save=fpath)