Re: [Matplotlib-users] axes_grid divider with room for axis

2009-11-09 Thread Brent Pedersen
On Mon, Nov 9, 2009 at 3:18 PM, Jae-Joon Lee wrote: > On Mon, Nov 9, 2009 at 6:03 PM, Brent Pedersen wrote: >> how can i have the divider account for the room needed >> for the >> labels and ticks? > > Doing this automatically is not straight forward. So you need to > manually adjust the area occ

Re: [Matplotlib-users] axes_grid divider with room for axis

2009-11-09 Thread Jae-Joon Lee
On Mon, Nov 9, 2009 at 6:03 PM, Brent Pedersen wrote: > how can i have the divider account for the room needed > for the > labels and ticks? Doing this automatically is not straight forward. So you need to manually adjust the area occupied by the axes. Note that rect is [left, bottom, width, heig

[Matplotlib-users] axes_grid divider with room for axis

2009-11-09 Thread Brent Pedersen
hi, i'd like to use the divider stuff in axes_grid to plot a figure with 2 axes, with xticks on the bottom axis. in the script pasted below, if i use 0.07 as the min for the y-axis, then it chops off the top of the plot. if i use 0 as the min, then it doesn't chop of the top, but it doesnt show the