Top "Colorbar" questions

Questions that include the use and customization of colorbars in figures

How to generate a non-linear colormap/colorbar?

I would like to show a non-uniform colorbar as in the first picture. I have tried the code below. 'mycamp4…

matlab matlab-figure colorbar colormap
How to retrieve colorbar instance from figure in matplotlib

all. I want to update the colorbar of a figure when the imagedata is changed. So something like: img = misc.…

python matplotlib colorbar
Matplotlib colorbar ticks on left/opposite side

One could generate a vertical colorbar like so(simplified): import matplotlib.pyplot as plt import matplotlib as mpl plt.figure() …

python matplotlib colorbar
Heatmap on top of image

I have Images of different objects (Pascal Voc) and I have a probability heatmap. I want to visualize it by …

python matplotlib visualization colorbar colormap
Python- How to make colorbar orientation horizontal?

So I have a plot with a basemap, a colormesh on top, and a colorbar set to cbar. I want …

python matplotlib orientation colorbar
Making a custom colormap using matplotlib in python

I have an image that I'm showing with matplotlib. The image is generated by the following code: import numpy as …

python matplotlib heatmap colorbar colormap
How to move the color bar of a heatmap in gnuplot?

I'm plotting some heatmaps in gnuplot. It has the graph and a colorbar in the right side of the graph. …

plot gnuplot heatmap colorbar
python matplotlib colorbar setting tick formator/locator changes tick labels

users, I want to customize the ticks on a colorbar. However, I found the following strange behavior. I try to …

python matplotlib customization colorbar
Matplotlib : quiver and imshow superimposed, how can I set two colorbars?

I have a figure that consists of an image displayed by imshow(), a contour and a vector field set by …

python matplotlib visualization data-visualization colorbar
Python - Set zlim in mplot3D

mpl.rcParams['legend.fontsize'] = 10 fig1 = plt.figure() ax = fig1.gca(projection='3d') ax.plot(tab_C[0], tab_C[1], zs=0, …

python matplotlib colorbar