Answers for "matplotlib colorbar reverse direction"

0

matplotlib colorbar reverse direction

cbar = plt.colorbar(CS)
cbar.ax.invert_yaxis()
Posted by: Guest on October-05-2021

Code answers related to "matplotlib colorbar reverse direction"

Python Answers by Framework

Browse Popular Code Answers by Language