help regarding extracting a smaller list from larger one

2011-09-15 Thread neeru K
Dear Python Users, I am trying to write a code for visualization (raster plots and peri-event time histogram) of time series electrophysiological data using numpy, scipy and matlplotlib in python. I am importing the data into list using loadtext command. I was curious if anyone is aware of a functi

Re: help regarding extracting a smaller list from larger one

2011-09-15 Thread neeru K
the above array for example - sub-list[3, 8] Is there a function for this? thank you niranjan On Thu, Sep 15, 2011 at 10:54 PM, Gary Herron wrote: > On 09/15/2011 09:40 AM, neeru K wrote: > >> Dear Python Users, >> I am trying to write a code for visualization (raster plots and