Re: [Tutor] plotting several datasets and calling data from afar

2012-03-27 Thread Evert Rol
See below, but not all the way. Interspersed in the code. > >I am trying to set up a code to do some plotting and before I get too > > far I wanted to ask some structure questions. Basically I want to tell > > python to read 2 datasets, plot them on the same scale on the same x-y axis >

Re: [Tutor] plotting several datasets and calling data from afar

2012-03-26 Thread Elaina Ann Hyde
On Mon, Mar 26, 2012 at 11:14 PM, Evert Rol wrote: > Hi Elaina, > > > > Hi everyone, > >I am trying to set up a code to do some plotting and before I get too > far I wanted to ask some structure questions. Basically I want to tell > python to read 2 datasets, plot them on the same scale on

Re: [Tutor] plotting several datasets and calling data from afar

2012-03-26 Thread Evert Rol
Hi Elaina, > Hi everyone, >I am trying to set up a code to do some plotting and before I get too far > I wanted to ask some structure questions. Basically I want to tell python to > read 2 datasets, plot them on the same scale on the same x-y axis , read a > third dataset and match the

[Tutor] plotting several datasets and calling data from afar

2012-03-26 Thread Elaina Ann Hyde
Hi everyone, I am trying to set up a code to do some plotting and before I get too far I wanted to ask some structure questions. Basically I want to tell python to read 2 datasets, plot them on the same scale on the same x-y axis , read a third dataset and match the name from the first dataset,