Closed
Description
Problem
Would be nice to have a fontsize argument for plt.colorbar()
that changes font size of ticks and labels. Or two separate keywords to control them independently. To change that I usually have to google how to change that property.
Proposed solution
Add a keyword plt.colorbar(fontsize=20)
or plt.colorbar(size=20)
?