I know how to set a title with ax.set_title('title')
, but i want to place the title on the bottom.
I found another post asking similar question and the answer suggests setting the xlabel as the title. However, I don't want any boarder so I used ax.axis('off')
and that this method does not work.