Skip to content

Commit b875d8c

Browse files
committed
fix bug for post_processing when plot=False
1 parent 9493457 commit b875d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyComplexHeatmap/clustermap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ def __init__(
12981298
else:
12991299
self.plot_legends(ax=self.ax)
13001300

1301-
self.post_processing()
1301+
self.post_processing()
13021302

13031303
def _define_kws(self, xticklabels_kws, yticklabels_kws):
13041304
self.yticklabels_kws = {} if yticklabels_kws is None else yticklabels_kws

0 commit comments

Comments
 (0)