We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15152e commit 9106d90Copy full SHA for 9106d90
1 file changed
PyComplexHeatmap/annotations.py
@@ -1442,7 +1442,7 @@ def _type_specific_params(self):
1442
def plot(self, ax=None, axis=1):
1443
if 'tree_kws' not in self.plot_kws:
1444
self.plot_kws['tree_kws']={}
1445
- self.plot_kws["tree_kws"].setdefault(colors=self.colors)
+ self.plot_kws["tree_kws"].setdefault("colors",self.colors)
1446
# inint the DendrogramPlotter class object
1447
ax.set_axis_off()
1448
self.dend.plot(ax=ax,axis=axis,**self.plot_kws)
0 commit comments