Matplotlib placement of text e.g. suptitle inside the frame

后端 未结 2 1939
陌清茗
陌清茗 2021-02-05 04:01

So far i have placed my suptitles above the frame, like this:

\"enter

How can i ge

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-05 04:41

    Have you considered axes.title? You can see the documentation for it here. You can also pass x and y coordinates as keyword arguments ax.title("my title", x=0.5, y=0.6).

    Hope this helps.

提交回复
热议问题