Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5f14d5

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.