Re: [Matplotlib-users] Different xtick pads for subplots within figure

2011-04-21 Thread Jae-Joon Lee
This seems to be a bug in matplotlib. I just opened a bug track for it. https://github.com/matplotlib/matplotlib/issues/88 As a workaround, try ax3.tick_params(pad=20) Regards, -JJ On Tue, Mar 15, 2011 at 10:43 AM, NotBrianCox samwisehawk...@gmail.com wrote: I'm plotting a series of sub

[Matplotlib-users] Different xtick pads for subplots within figure

2011-03-25 Thread NotBrianCox
I'm plotting a series of sub plots within a figure, where most are small sub plots, but the last one spans the width of the figure. For the final subplot only, I want to set the xtick pad to 20. Something like: import matplotlib.pyplot as plt fig = plt.figure() ax1 = fig.add_subplot(2,2,1) ax2