-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew featuretopic: texttopic: ticks axis labels
Description
tick_params supports a subset of labeling parameters:
- labelcolor
- labelsize
- label{bottom, top, left, right}
- labelrotation
Motivated by wanting to swap out plt.setp
and use tick_params
, and finding the tick_params list kind of arbitrary, I think if labels can be modified via tick_params than a larger set of label parameters should be supported. This would mean adding:
- labelhorizontalalignment
- labelverticalalignment
- labelfontproperties
labelrotation_modedone in Implement xtick and ytick rotation modes #28968- probably some pass through down to the text objects
Metadata
Metadata
Assignees
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew featuretopic: texttopic: ticks axis labels