Colorbar.dividers changesΒΆ
This attribute is now always a LineCollection -- an empty one if
drawedges is False. Its default colors and linewidth (rcParams["axes.edgecolor"] (default: 'black'),
rcParams["axes.linewidth"] (default: 0.8)) are now resolved at instantiation time, not at draw time.