-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
New featurestatus: needs comment/discussionneeds consensus on next stepneeds consensus on next steptopic: color/colorbar
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)
?
Metadata
Metadata
Assignees
Labels
New featurestatus: needs comment/discussionneeds consensus on next stepneeds consensus on next steptopic: color/colorbar