SyntaxFix
Write A Post
Hire A Developer
Questions
tick_params is very useful for setting tick properties. Labels can be moved to the top with:
ax.tick_params(labelbottom=False,labeltop=True)