Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2e4094

Browse files
committed
Use template in whats new
1 parent 0bfb832 commit f2e4094

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
New which Parameter for autofmt_xdate
2+
-------------------------------------
3+
4+
A ``which`` parameter now exists for the method :func:`autofmt_xdate`. This
5+
allows a user to format ``major``, ``minor`` or ``both`` tick labels
6+
selectively. If ``which`` is ``None`` (default) then the method will rotate
7+
``major`` tick labels.
8+
9+
Example
10+
```````
11+
::
12+
13+
autofmt_xdate(self, bottom=0.2, rotation=30, ha='right', which='minor')

0 commit comments

Comments
 (0)