Top "Colorbar" questions

Questions that include the use and customization of colorbars in figures

Can I plot a colorbar for a bokeh heatmap?

Does bokeh have a simple way to plot the colorbar for a heatmap? In this example it would be a …

visualization heatmap bokeh colorbar
R - plotly - hide colorbar

How can I hide the colorbar in the following plotly example taken from their website? df <- read.csv(…

r colorbar plotly
Python: Barplot with colorbar

I'm trying to make a bar plot with a color bar, each bar's hight is one variable (y) and each …

python matplotlib bar-chart data-visualization colorbar
matplotlib contour plot with lognorm - colorbar levels

I am trying to make a contour plot with defined levels and log norm. Below is an example: import matplotlib.…

python numpy matplotlib contour colorbar
How to animate the colorbar in matplotlib

I have an animation where the range of the data varies a lot. I would like to have a colorbar …

python animation matplotlib colorbar
Set two matplotlib imshow plots to have the same color map scale

I am trying to plot to fields with the same scale. The upper image values are a 10 times higher than …

python matplotlib plot colorbar imshow
Matplotlib normalize colorbar (Python)

I'm trying to plot a contourf-plot using matplotlib (and numpy of course). And it works, it plots what it should …

python numpy matplotlib colorbar contourf
Correct placement of colorbar relative to geo axes (cartopy)

Using Cartopy, I would like to have full control of where my colorbar goes. Usually I do this by getting …

python matplotlib axes colorbar cartopy
How to apply different colormaps in different subplots?

I'm doing more or less the following: figure for ii=1:4 subplot(2,2,ii) imshow(image(ii)) hcb = colorbar; switch ii case 1 …

matlab matlab-figure colorbar colormap
Wrong colorbar positioning when using subplots (matplotlib)

I want to create a figure consisting of nine subplots. I really hated the fact that I needed to create …

python matplotlib plot subplot colorbar