Re: [Matplotlib-users] Labels in a dynamic graph

2008-03-25 Thread John Hunter
On Tue, Mar 25, 2008 at 11:39 AM, Amit Finkler <[EMAIL PROTECTED]> wrote: > I am using matplotlib to dynamically plot a graph with both my x and y > points taken from a measurement device. That is to say, in each iteration of > my while loop I'm reading two variables which I then want to plot wit

Re: [Matplotlib-users] Labels in a dynamic graph

2008-03-25 Thread Amit Finkler
John Hunter wrote: > On Sun, Mar 23, 2008 at 3:54 AM, Amit Finkler <[EMAIL PROTECTED]> wrote: > > >> I am using matplotlib to dynamically plot a graph with both my x and y >> points taken from a measurement device. That is to say, in each iteration of >> my while loop I'm reading two variables

Re: [Matplotlib-users] Labels in a dynamic graph

2008-03-25 Thread John Hunter
On Sun, Mar 23, 2008 at 3:54 AM, Amit Finkler <[EMAIL PROTECTED]> wrote: > I am using matplotlib to dynamically plot a graph with both my x and y > points taken from a measurement device. That is to say, in each iteration of > my while loop I'm reading two variables which I then want to plot with

Re: [Matplotlib-users] Labels in a dynamic graph

2008-03-25 Thread Matthias Michler
Hello Amit, On Sunday 23 March 2008 09:54, Amit Finkler wrote: > Hi everyone, > > > I am using matplotlib to dynamically plot a graph with both my x and y > points taken from a measurement device. That is to say, in each > iteration of my while loop I'm reading two variables which I then want > to