File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -366,6 +366,19 @@ time and can enhance the visibility of the flow pattern in some use
366366cases.
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+
369382Internals
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-
448445Users can now toggle shading in 3D bar plots
449446--------------------------------------------
450447
You can’t perform that action at this time.
0 commit comments