Top "Colorbar" questions

Questions that include the use and customization of colorbars in figures

matplotlib colorbar tick label formatting

I am wondering how I can explicitly set the format of a colorbar object in matplotlib Here is an example …

python text matplotlib plot colorbar
How to set number of ticks in plt.colorbar?

When I plot a matrix with a colorbar, then the colorbar has 10 ticks. Since the colorbar has to be pretty …

python matplotlib colorbar
matplotlib standard colormap usage

I'm using matplotlib 1.3.0 and I have the following: import matplotlib.pyplot as plt cmap = plt.cm.jet plt.contourf([[.12, .2], [.8, 2]], levels=[0, .1, .3, .5, 1, 3], …

matplotlib colorbar color-mapping
Scatter plot colorbar - Matplotlib

I'm trying to show a color bar of my scatter plot but I'm keep getting the error: TypeError: You must …

python matplotlib plot colorbar
Seaborn Heatmap with logarithmic-scale colorbar

Is there a way to set the color bar scale to log on a seaborn heat map graph? I am …

python pandas seaborn colorbar
Having line color vary with data index for line graph in matplotlib?

So I have a 2D array of data producing a plot of many timeseries on the same axes. At the …

python matplotlib plot line colorbar
How to plot pcolor colorbar in a different subplot - matplotlib

I am trying to split my plots in different subplots.. What I want to achieve is to put a colorbar …

python matplotlib plot subplot colorbar
How to shift the colorbar position to right in matplotlib?

I draw a scatter chart as below : The code is : sc = plt.scatter(x, y, marker='o', s=size_r, …

matplotlib colorbar
Common colorbar for scatter plots in Matlab with small numbers

I want to have each subplot share the same colorbar scale. I know caxis works for integers greater than 1, but …

matlab plot scatter-plot colorbar
Plotting circles with no fill, colour & size depending on variables using scatter

The information I have to show on a plot are 2 coordinates: size & colour (no fill). The colour is important …

python matplotlib scatter-plot colorbar