[Matplotlib-users] importing data from a file

2009-03-28 Thread Bala subramanian
Friends, Kindly give me some tips on how to import data from a data file to make the plot. Thanks, Bala -- ___ Matplotlib-users mailing list

Re: [Matplotlib-users] importing data from a file

2009-03-28 Thread Cohen-Tanugi Johann
which kind of data file? ascii? If yes, numpy.loadtxt will be your friend. Johann Bala subramanian wrote: Friends, Kindly give me some tips on how to import data from a data file to make the plot. Thanks, Bala

Re: [Matplotlib-users] importing data from a file

2009-03-28 Thread Cohen-Tanugi Johann
which kind of data file? ascii? If yes, numpy.loadtxt will be your friend. Johann Bala subramanian wrote: Friends, Kindly give me some tips on how to import data from a data file to make the plot. Thanks, Bala