I'm working on a bar plot. The picture I've plot as following:
To add the arrows in top and bottom axis, I set the spines color as 'none' first.
Then I plot arrow by using axes.arrow()
function.
Finally, I reset the ticks by using axes.set_ticks()
function.
I want to keep the minor ticks of top axis. But as what you've seen, the minor ticks in the left top corner is out of the arrow's range. How can I delete the part out of range?