I want to thank you all for this huge amount of answers I found here since I began working with python and matplotlib.
I have a quite specific quesiton, now. I'd like to create a plot of colour-coded data as a subplot using pcolor() and a plot_date() subplot of an other dataset beneath. The period of time is the same, so the ticks have to be straight among each other. But because of the colorbar the width of both x-axis differ. Is there a way to squeeze the plot_date()-axis or another option I didn't noticed?