Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/matplotlib/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2334,8 +2334,8 @@ def tick_params(self, axis='both', **kwargs):
*which* : ['major' | 'minor' | 'both']
Default is 'major'; apply arguments to *which* ticks.

*direction* : ['in' | 'out']
Puts ticks inside or outside the axes.
*direction* : ['in' | 'out' | 'inout']
Puts ticks inside the axes, outside the axes, or both.

*length*
Tick length in points.
Expand Down