plot_propagation.py 文件源码

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

项目:geepee 作者: thangbui 项目源码 文件源码
def newfig(width):
    plt.clf()
    fig = plt.figure(figsize=figsize(width))

    gs = gridspec.GridSpec(2, 2,
                       width_ratios=[1,4],
                       height_ratios=[4,1]
                       )

    ax1 = plt.subplot(gs[0])
    ax2 = plt.subplot(gs[1])
    ax3 = plt.subplot(gs[3])

    return fig, (ax1, ax2, ax3)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号