Re: [Matplotlib-users] animated plot with autoscaling

2008-04-26 Thread G Jones
Hi, Thank you for pointing that out, that does indeed do what I want mostly. However, while the data is autoscaled to the plot, the values on the y axis are not updated and they remain at their original values. I suspect this is because I am not giving a command to redraw the axes. How would I go a

[Matplotlib-users] One dataset, two different x-axes?

2008-04-26 Thread Kacey A.
Hello all, Thanks again for all the help so far -- you guys are great! But presently I have a (potentially silly) question. So I'm attempting to create a plot of essentially two lists of data, but would like two x-axes: one along the top in one length scale, another along the bottom in another len

Re: [Matplotlib-users] distance between tick label and xlabel

2008-04-26 Thread John Hunter
On Sat, Apr 19, 2008 at 9:07 AM, Yong-Duk Jin <[EMAIL PROTECTED]> wrote: > When I increase the xlabel fontsize, it overlaps with the tick label. > How can I adjust the distance between tick label and xlable (or ylabel)? > Please help me. This shouldn't happen if the font metrics are correct, since

Re: [Matplotlib-users] animated plot with autoscaling

2008-04-26 Thread John Hunter
On Fri, Apr 25, 2008 at 1:19 AM, G Jones <[EMAIL PROTECTED]> wrote: > Hello, > Thank you for the suggestion. However, I am refering to the > canvas.restore_region, draw_artist, blit, gui_repaint sort of > animation. > Glenn His suggestion is still correct -- after you update the line data and

Re: [Matplotlib-users] A few problems in saving a plot in 'eps' format

2008-04-26 Thread Darren Dale
Hi Yong-Duk, On Saturday 26 April 2008 08:26:33 am Yong-Duk Jin wrote: > I tested saving in a 'eps' format function using the test code > from http://www.scipy.org/Cookbook/Matplotlib/LaTeX_Examples. > > The code looks like > > >