python 画图后图形拓宽问题
我这个图形就是太宅了,我想把他的宽变宽些,但是还是保持只有五格,应该加什么函数
回答
# setup Lambert Conformal basemap.m = Basemap(width=12000000,height=9000000,projection='lcc',
resolution='c',lat_1=45.,lat_2=55,lat_0=50,lon_0=-107.)
Basemap中添加width和height属性
m = Basemap(width=xxxxxx,height=xxxxxx,……)
……为其他代码
以上是 python 画图后图形拓宽问题 的全部内容, 来源链接: utcz.com/a/29270.html