Skip to content

Commit edbe0cc

Browse files
committed
Added labelrotation to tick_params docstrings
1 parent a755218 commit edbe0cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,6 +2665,9 @@ def tick_params(self, axis='both', **kwargs):
26652665
Boolean or ['on' | 'off'], controls whether to draw the
26662666
respective tick labels.
26672667
2668+
*labelrotation*
2669+
Tick label rotation.
2670+
26682671
Example::
26692672
26702673
ax.tick_params(direction='out', length=6, width=2, colors='r')

0 commit comments

Comments
 (0)