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

Skip to content

Commit b5f14d5

Browse files
committed
Merge pull request #1503 from ivanov/doc-ticks-inout
DOC: 'inout' option for tick_params direction
2 parents 5d637b2 + c9c7d1e commit b5f14d5

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)