Top "Colorbar" questions

Questions that include the use and customization of colorbars in figures

Log labels on colorbar matplotlib

I have a logarithmic imshow figure, and when the colorbar is created, its axis labels and ticks are logarithmic, but …

python matplotlib colorbar imshow
Use the same colorbar for different subplots in matplotlib

I am plotting different figure in subplots using the following procedure. fig = figure(figsize=(10,11)) subplots_adjust(wspace=0.5,hspace=0.2) iplot = 330 for …

python matplotlib subplot colorbar
Remove colorbar's borders matplotlib

How to remove the borders on the colorbar(or make them thinner)? I tried pretty much every combination of the …

python matplotlib colorbar