Re: [Matplotlib-users] update x-axis during animation

2007-08-26 Thread John Hunter
On 8/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've written a script that animates but I can't update the x axis. I've > tried to scale up the bounding box but I run in to trouble with "lazy" vaues > which I don't understand. > Here are some snippits of > p.gca().update_datalim_nume

Re: [Matplotlib-users] x label is shifted by 1 tick

2007-08-26 Thread John Hunter
On 8/25/07, Deen Sethanandha <[EMAIL PROTECTED]> wrote: > Could someone help me figure out how I can move the x lebel to match > the bar chart? When using rotated ticks, if you do not set the horizontal alignment to 'right' they will look misaligned, as in your example. Recent versions of mpl hav