Re: [Matplotlib-users] Updating a plot as data is acquired

2009-05-16 Thread John Hunter
On Sat, May 16, 2009 at 6:57 AM, amrbekhit wrote: > > Hello, > > I am trying to write an application that measures data from an external > device and then displays the data on a graph, updating the graph when new > measurements arrive. Searching the web has led to matplotlib and so I've > been hav

[Matplotlib-users] Updating a plot as data is acquired

2009-05-16 Thread amrbekhit
Hello, I am trying to write an application that measures data from an external device and then displays the data on a graph, updating the graph when new measurements arrive. Searching the web has led to matplotlib and so I've been having a go at using that for my program. After searching around o

Re: [Matplotlib-users] Updating a plot

2009-04-10 Thread Andrew Straw
Pellegrini Eric wrote: > Hello everybody, > > I would like to create a plot from which I set the x data later. The > method set_xdata works but the corresponding plot displays the initial > x limits. Is it possible to update the plot automatically in order > that the displayed plot has x limits cor

[Matplotlib-users] Updating a plot

2009-04-10 Thread Pellegrini Eric
Hello everybody, I would like to create a plot from which I set the x data later. The method set_xdata works but the corresponding plot displays the initial x limits. Is it possible to update the plot automatically in order that the displayed plot has x limits corresponding to the newly set x d