fix bug for the calculation of legend_width when default legend.fontsize is str (such median), instead of int
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?).
1.6.5
(1). Support custom linkage by add parameter: row_dendrogram_kws=dict(linkage=my_linkage) for rows or col kws for columns. (2). Fix the bug for the wrong figure legend range after performing z_score and standard_scale.
1.6.4
1.6.2
fix bug for the right anno_label when extend=True and add dendrogramplotter
1.6.1
Compared with previous version, new features were implemented, such as `xlabel`, `ylabel`, `xlabel_kws`,`xlabel_bbox_kws` and so on.