Answers for "how to change the units of the colorbar in python"

0

legend of colorbar python

cbar = plt.colorbar()
cbar.ax.set_yticklabels(['0','1','2','>3'])
cbar.set_label('Numbers', rotation=270)
Posted by: Guest on April-10-2020

Code answers related to "how to change the units of the colorbar in python"

Python Answers by Framework

Browse Popular Code Answers by Language