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
extend, extendfrac, extendrect, ticks, format, drawedges, label, doundaries, values, spacing:
1150
1148
```
1151
1149
cm=ClusterMapPlotter(...)
1152
1150
for cbar in cm.cbars:
@@ -1156,6 +1154,8 @@ class ClusterMapPlotter:
1156
1154
cbar.dividers.set_color('red')
1157
1155
cbar.dividers.set_linewidth(2)
1158
1156
```
1157
+
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
0 commit comments