changing x axis to y and y axis to x in colorbar Object

Eric Firing <efiring@...83...> writes:

I don't understand what your question has to do with the colorbar; but
in anything like pcolor, if you swap X and Y, then at the same time you
need to transpose Z.

Thanks,

that was my Problem i had to transpose my z. :slight_smile:
numpy.transpose(z)

Regards Markus