DingWB / PyComplexHeatmap

PyComplexHeatmap: A Python package to plot complex heatmap (clustermap)
https://dingwb.github.io/PyComplexHeatmap/
MIT License
279 stars 30 forks source link

composite() got an unexpected keyword argument 'height_ratios' #43

Closed ssun1116 closed 1 year ago

ssun1116 commented 1 year ago

Hello, thanks for developing this useful tool. I encountered while using the composite() function in PyComplexHeatmap: TypeError: composite() got an unexpected keyword argument 'height_ratios'.

I think this is the version issue that was recently added, but not completely updated in the package. Could you provide an update to the PyComplexHeatmap package to be able to address this problem?

Thank you in advance!

DingWB commented 1 year ago

This is the developmental version only available on GitHub. Please uninstall it and reinstall it using: pip install git+https://github.com/DingWB/PyComplexHeatmap for now. I will make it available on pip in the next release.