importing data from a file

Friends,

Kindly give me some tips on how to import data from a data file to make the plot.

Thanks,
Bala

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
------------------------------------------------------------------------

------------------------------------------------------------------------------
  ------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

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
------------------------------------------------------------------------

------------------------------------------------------------------------------
  ------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options