Is it possible to change the text color of the cbar legend values ? We want to use a black background but the text is falling away. We use Matplotlib for plotting. We can change the text color of the label, but not of the values.
cbar = m.colorbar(cs,location='right',pad="10%")
cbar.set_label('dBZ', color="white")
Thank you in advanced.
Kevin Broeren