From: Jae-Joon L. <lee...@gm...> - 2010-10-25 15:23:40
|
On Tue, Oct 26, 2010 at 12:04 AM, Cesar Enrique Garcia Dabo <cg...@es...> 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 |