Top "Colorbar" questions

Questions that include the use and customization of colorbars in figures

Matplotlib - add colorbar to a sequence of line plots

I have a sequence of line plots for two variables (x,y) for a number of different values of a …

python matplotlib colorbar
How can I create a standard colorbar for a series of plots in python

I using matplotlib to plot some data in python and the plots require a standard colour bar. The data consists …

python matplotlib colorbar
remove colorbar from figure in matplotlib

This should be easy but I'm having a hard time with it. Basically, I have a subplot in matplotlib that …

python matplotlib colorbar
How do I adjust (offset) colorbar title in matplotlib

Given the following code: imshow(np.arange(16*16).reshape(16,16)) cb = colorbar() cb.set_label("Foo") cb.set_ticks([0,255]) Which produces: How …

matplotlib alignment colorbar
Partially transparent scatter plot, but with a solid color bar

In Python, with Matplotlib, how to simply do a scatter plot with transparency (alpha < 1), but with a color bar …

python matplotlib scatter colorbar
Scientific notation colorbar in matplotlib

I am trying to put a colorbar to my image using matplotlib. The issue comes when I try to force …

python matplotlib scientific-notation colorbar
Python matplotlib change default color for values exceeding colorbar range

When filling a grid with color such as when using contourf in pyplot, I need to find a way to …

python matplotlib contour color-mapping colorbar
Change fontsize of colorbars in matplotlib

I am having difficulty adjusting the font size of the ticks on the colorbar in the following code. fig = plt.…

python-2.7 matplotlib colorbar
Matplotlib colorbar background and label placement

Up until recently I have been using Mathematica for my plots. Although it was a real pain and everything had …

python matplotlib colorbar
Scatterplot with different size, marker, and color from pandas dataframe

I am trying to do a scatter plot with speed over meters for each point where marker indicate different types, …

python matplotlib scatter-plot marker colorbar