plots.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:ee-atmcorr-timeseries 作者: samsammurphy 项目源码 文件源码
def figure_plotting_space():
    """
    defines the plotting space
    """

    fig = plt.figure(figsize=(10,10))
    bar_height = 0.04
    mini_gap = 0.03
    gap = 0.05
    graph_height = 0.24

    axH = fig.add_axes([0.1,gap+3*graph_height+2.5*mini_gap,0.87,bar_height])
    axS = fig.add_axes([0.1,gap+2*graph_height+2*mini_gap,0.87,graph_height])
    axV = fig.add_axes([0.1,gap+graph_height+mini_gap,0.87,graph_height])

    return fig, axH, axS, axV
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号