2021-08-30

Matplotlib: how to draw an axes title at the left-most position?

I'm drawing my axes title with the method ax.set_title("Horizontal Bars", ha="left", x=0, fontsize=16) and it draw as below:

Horizontal bar chart with misplaced title

How do I draw it in the left-most position, as the "title here" in red above?



from Recent Questions - Stack Overflow https://ift.tt/3mIeCpD
https://ift.tt/2WzCG3u

No comments:

Post a Comment