def test_gpcca_coarse_T_xtick_rot(self, mc: GPCCA, fpath: str): mc.plot_coarse_T(xtick_rotation=0, dpi=DPI, save=fpath)
def test_gpcca_coarse_T_cmap(self, mc: GPCCA, fpath: str): mc.plot_coarse_T(cmap=cm.inferno, dpi=DPI, save=fpath)
def test_gpcca_coarse_T_no_cbar(self, mc: GPCCA, fpath: str): mc.plot_coarse_T(show_cbar=False, dpi=DPI, save=fpath)
def test_gpcca_coarse_T_no_annot(self, mc: GPCCA, fpath: str): mc.plot_coarse_T(annotate=False, dpi=DPI, save=fpath)
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)