Re: [Matplotlib-users] AXES properties

2010-02-01 Thread Jae-Joon Lee
set_position does not work with axes_grid toolkits. Try something like ax.LABELPAD = 0 However, note that this (and set_rotation) may not work with mpl_toolkits in future release of matplotlib as there has been some significant changes. Regards, -JJ ps. please use "reply to all", so that mess

Re: [Matplotlib-users] AXES properties

2010-02-01 Thread Jae-Joon Lee
Are you using the axes_grid toolkit? Standard matplotlib axis instance does not have "major_ticklabels" attribute, while axes_grid axis does. Please post a simple, but complete example that can be run and tested. Regards, -JJ On Sun, Jan 31, 2010 at 11:06 AM, wrote: > BTW: I tried to use set_