Skip to content

Commit

Permalink
Added whats_new entry for axes tick rotation via set_tick_params
Browse files Browse the repository at this point in the history
  • Loading branch information
bcongdon committed Jul 25, 2016
1 parent 6dfb8cc commit 5191ca8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/users/whats_new/tick_params_rotation.rst
@@ -0,0 +1,10 @@
`Axis.set_tick_params` now responds to 'rotation'
-------------------------------------------------

Bulk setting of tick label rotation is now possible via :func:`set_tick_params` using the `rotation` keyword.

Example
```````
::

ax.xaxis.set_tick_params(which='both', rotation=90)

0 comments on commit 5191ca8

Please sign in to comment.