You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PyComplexHeatmap/clustermap.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1172,7 +1172,8 @@ class ClusterMapPlotter:
1172
1172
cbar.dividers.set_color('red')
1173
1173
cbar.dividers.set_linewidth(2)
1174
1174
1175
-
In addition to vmax,vmin, other parameters will be passed to https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.Figure.colorbar.html#matplotlib.figure.Figure.colorbar
1175
+
In addition to vmax,vmin, other parameters will be passed to colorbar (https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.Figure.colorbar.html#matplotlib.figure.Figure.colorbar)
1176
+
or legend (https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.Figure.legend.html) depending on the type of legend.
0 commit comments