您好,登錄后才能下訂單哦!
這篇文章主要介紹“python如何調整圖與圖之間的間距”的相關知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“python如何調整圖與圖之間的間距”文章能幫助大家解決問題。
在使用matplotlib繪制多個圖的時候,圖與圖之間的的間隔可能并不是我們想要的,間隔過大或者過小都會影響頁面的美觀性,也不好做數據的比對。那么python圖與圖間距調整要怎么操作呢,實際上要用到matplotlib的subplots_adjust參數。
plt.subplots_adjust(left=None,bottom=None,right=None,top=None,wspace=0.15,hspace=0.15)
圖與圖之間的間距調整
wspace=0.15,hspace=0.15
補充:python如何調整subplot的間距
plt.subplots_adjust(left=None, bottom=None, right=None, top=None,
wspace=None, hspace=None)
left = 0.125 # the left side of the subplots of the figure
right = 0.9 # the right side of the subplots of the figure
bottom = 0.1 # the bottom of the subplots of the figure
top = 0.9 # the top of the subplots of the figure
wspace = 0.2 # the amount of width reserved for blank space between subplots,
# expressed as a fraction of the average axis width
hspace = 0.2 # the amount of height reserved for white space between subplots,
# expressed as a fraction of the average axis height
關于“python如何調整圖與圖之間的間距”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識,可以關注億速云行業資訊頻道,小編每天都會為大家更新不同的知識點。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。