Feature Request: Controlling top, bottom, left, and right tick parameters independently of one another #11837
Labels
New feature
status: closed as inactive
Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.
status: inactive
Marked by the “Stale” Github Action
matplotlib.axes.Axes.tick_params
allows one to control the direction which the ticks along the x and y axes point. Currently this can either be set toin
orout
which is very useful, but sometimes I want to create a plot that has ticks along the bottom pointing out and ticks along the top pointing in and I was unable to find an easy solution to accomplish this astick_params
for top and bottom are both tied to the x-axis. I am currently able to accomplish what I want by using andax.twiny()
:but this seems like a messy solution
The text was updated successfully, but these errors were encountered: