On Tue, Oct 26, 2010 at 12:04 AM, Cesar Enrique Garcia Dabo
<cgar...@eso.org> wrote:
>  It works "almost" fine, except for the line
>    grid[i].grid(True)
>  which doesn't draw the axis grid defined by the ticklabels. When using
> add_subplot instead of Grid it works properly, tough, like this:
>

I believe this is a bug that has been fixed in a new release. What
version of matplotlib are you using.
With matplotlib v1.0, use of axes_grid1 is recommended. i.e.,

from mpl_toolkits.axes_grid1 import Grid

Anyhow, w/ v1.0, both axes_grid and axes_grid1 works.

Regards,

-JJ

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to