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

Skip to content

Commit c9c7d1e

Browse files
committed
DOC: 'inout' option for tick_params direction
Thanks to Mike Kaufman for reporting it to mpl-devel list
1 parent 5d637b2 commit c9c7d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,8 +2334,8 @@ def tick_params(self, axis='both', **kwargs):
23342334
*which* : ['major' | 'minor' | 'both']
23352335
Default is 'major'; apply arguments to *which* ticks.
23362336
2337-
*direction* : ['in' | 'out']
2338-
Puts ticks inside or outside the axes.
2337+
*direction* : ['in' | 'out' | 'inout']
2338+
Puts ticks inside the axes, outside the axes, or both.
23392339
23402340
*length*
23412341
Tick length in points.

0 commit comments

Comments
 (0)