Closed Simmon23 closed 3 months ago
How do I reproduce this error? If you run the example code from the docu website, did you get a similar error? @Simmon23
If I restart the kernal when this error appeared and re-running plotting it can be solved sometiomes.
I use the same data, but sometimes it appeared error above
which pandas version did you use when testing pycomplexheatmap?
And sometimes cmap = 'auto' went well but sometimes it remind me can not assign cmap for XXX. They are the same data
Here is the version of the independencies: https://github.com/DingWB/PyComplexHeatmap/blob/b875d8c4818f7a0fc9a7484e841009cb36d10efa/pyproject.toml#L12
I guess it is related to the version of matplotlib
My packages meets the above criteria
Could you please try a different version of pandas or matplotlib?
This error was solved by tran df_cols type as 'O'
ValueError: Buffer has wrong number of dimensions (expected 1, got 2)
ValueError Traceback (most recent call last)