Re: [Matplotlib-users] changing the xtick/ytick pads for subplots?

2009-11-14 Thread Jae-Joon Lee
What version of matplotlib are you using? With the current svn, your code works okay. -JJ On Fri, Nov 13, 2009 at 10:37 AM, per freem wrote: > hi all, > > i am trying to adjust the space (padding) between the tickmarks on an > axes and the labels. usually, i can do this by setting > 'xtick.majo

[Matplotlib-users] changing the xtick/ytick pads for subplots?

2009-11-13 Thread per freem
hi all, i am trying to adjust the space (padding) between the tickmarks on an axes and the labels. usually, i can do this by setting 'xtick.major.pad' and 'xtick.minor.pad' (and same for y-axis) in rcParams. however, when i try to do this with a figure made using the "SubplotZero" function, it see