File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Expand file tree Collapse file tree 1 file changed +13
-16
lines changed 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
366
366
cases.
367
367
368
368
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
+
369
382
Internals
370
383
+++++++++
371
384
@@ -429,22 +442,6 @@ Pending
429
442
+++++++
430
443
431
444
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
-
448
445
Users can now toggle shading in 3D bar plots
449
446
--------------------------------------------
450
447
You can’t perform that action at this time.
0 commit comments