美文网首页python气象Python数据分析
python proplot subplots ref,aspe

python proplot subplots ref,aspe

作者: 晨阳ouc | 来源:发表于2021-02-13 22:32 被阅读0次

    fig, ax = plot.subplots(nrows=2,ncols=3,

                            ref=1,              #设置参照子图的编号,以第1个子图为参照图

                            aspect=1.5,          #以ref设定的子图为标准,设定纵横比,可以是个数,也可以是一个(3,2)

                            wratios=(3,2,4),    #每列子图之间宽度的比率,与ncols对应

                            hratios=(2,4),      #每行子图之间高度的比率,与nrows对应

                            )

    相关文章

      网友评论

        本文标题:python proplot subplots ref,aspe

        本文链接:https://www.haomeiwen.com/subject/ngpuxltx.html