I want to create a colormap like heatmap but the colors are defined as a RGB values in a data.
Each cell contains specific color value which are needed to be plotted in the image.
I want to plot these values that looks like similar to this:
How to generate this kind of colormap without using matplotlib tables. I have accomplished this using matplotlib table by taking reference from here: matplotlib table color
But I want to implement this without using tables. Is these any method other than using matplotlib tables.