I'm creating a Dash application with a few heatmaps through the px.imshow command. Now all of them have their own colorbar whick makes the figures much smaller than they could be. Therefore, I'd like to remove the colorbars from the individual figures (I know how to do this) and then just add a new figure with only a colorbar (provided with the min and max) All individual plots also have the same min and max.
So, how to make a plotly figure with only a colorbar in it?