我这个图形就是太宅了,我想把他的宽变宽些,但是还是保持只有五格,应该加什么函数
# 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,……)
……为其他代码