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_

[Matplotlib-users] AXES properties

2010-01-31 Thread kc106_2005-matplotlib
BTW: I tried to use set_position to change the position of the axes label as suggested by previous posting. No effect. - Original Message > > Hello, > > > > I am creating a plot with multiple y-axis (up to 6) and twinx > works pretty well. The problem is that there are too much wast

[Matplotlib-users] AXES properties

2010-01-29 Thread kc106_2005-matplotlib
Hello, I am creating a plot with multiple y-axis (up to 6) and twinx works pretty well. The problem is that there are too much wasted spaces used up by the axes. Since I have multiple axes, it cuts into the amount of space available for the plot area. I need to know how I can squeeze some sp