コード例 #1
0
ファイル: test_plotting.py プロジェクト: dpeerlab/cellrank
 def test_gpcca_schur_matrix_title(self, mc: GPCCA, fpath: str):
     mc.plot_schur_matrix(title="foobar", dpi=DPI, save=fpath)
コード例 #2
0
ファイル: test_plotting.py プロジェクト: dpeerlab/cellrank
 def test_gpcca_schur_matrix_cmap(self, mc: GPCCA, fpath: str):
     mc.plot_schur_matrix(cmap=cm.inferno, dpi=DPI, save=fpath)
コード例 #3
0
ファイル: test_plotting.py プロジェクト: dpeerlab/cellrank
 def test_gpcca_schur_matrix(self, mc: GPCCA, fpath: str):
     mc.plot_schur_matrix(dpi=DPI, save=fpath)