Releases: DingWB/PyComplexHeatmap
1.7.1
Minor update:
(1). update the bug of color when type(cmap) == dict and not hue is None in dotHeatmap
(2). Add gene_enrichment_analysis.ipynb in docs
1.7.0
update to 1.7.0:
(1). Fix the bug for the mismatch of dot size in the legend and dot size in the heatmap
(2). Allow custom arrowprops in anno_label
(3). Use max_s in replace of ratio in DotClustermapPlotter and dotHeatmap2d
(4). Add param dot_legend_marker in DotClustermapPlotter
(5). Update docs
1.6.9
1.6.8
1.6.7
1.6.6
Update to 1.6.6:
(1). Fix the bug for incorrect displaying of the dendrogram.
(2). Add anno_img (https://dingwb.github.io/PyComplexHeatmap/build/html/notebooks/advanced_usage.html#Image-annotation)
(3). Add xticklabels and yticklabels to control whether to show all ticklabels or not (https://dingwb.github.io/PyComplexHeatmap/build/html/notebooks/advanced_usage.html#How-to-force-display-all-row/col-ticklabels?).