thicker lines in colorbar for contourplot code example
Example: thicker lines in colorbar for contourplot
lines = CB.ax.get_children()
#one of the lines object corresponds to the lines in the cbar
#e.g 4
lines[4].set_linewidths(10)
lines = CB.ax.get_children()
#one of the lines object corresponds to the lines in the cbar
#e.g 4
lines[4].set_linewidths(10)