how can I change the colorbar borders so that they are white and not black (externals border and between each segment)?
For example:
x=randint(100, size=
As PiQuer mentioned:
cb.outline.set_edgecolor('white')
works nowadays