📜  子图之间的 matplotlib 空间 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:10.066000             🧑  作者: Mango

代码示例4
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
hspace = 0.2   # the amount of height reserved for white space between subplots