Skip to content

Commit 9adf3d9

Browse files
committed
DOC: move tick_params rotation whats new
1 parent 92a4835 commit 9adf3d9

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

doc/users/whats_new.rst

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,19 @@ time and can enhance the visibility of the flow pattern in some use
366366
cases.
367367

368368

369+
`Axis.set_tick_params` now responds to ``rotation``
370+
---------------------------------------------------
371+
372+
Bulk setting of tick label rotation is now possible via
373+
:func:`~matplotlib.axis.Axis.set_tick_params` using the ``rotation`` keyword.
374+
375+
Example
376+
~~~~~~~
377+
::
378+
379+
ax.xaxis.set_tick_params(which='both', rotation=90)
380+
381+
369382
Internals
370383
+++++++++
371384

@@ -429,22 +442,6 @@ Pending
429442
+++++++
430443

431444

432-
433-
434-
435-
436-
`Axis.set_tick_params` now responds to 'rotation'
437-
-------------------------------------------------
438-
439-
Bulk setting of tick label rotation is now possible via
440-
:func:`~matplotlib.axis.Axis.set_tick_params` using the ``rotation`` keyword.
441-
442-
Example
443-
~~~~~~~
444-
::
445-
446-
ax.xaxis.set_tick_params(which='both', rotation=90)
447-
448445
Users can now toggle shading in 3D bar plots
449446
--------------------------------------------
450447

0 commit comments

Comments
 (0)