Re: [Matplotlib-users] Basemap AxesGrid

2011年11月14日 23:36:44 -0800

> grid = AxesGrid(fig, 132,
> nrows_ncols = (3, 2),
> axes_pad = 0.1,
> cbar_location = "top",
> cbar_mode="single",
> )
solved by using:
grid = AxesGrid(fig, 111,
 ...)
best regards, yoshi
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save 700ドル by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to