# HG changeset patch # User amit@thunder # Date 1270754102 -19800 # Node ID 74bf7904691dafbcf0f81584a610bc298fa40b99 # Parent 7b685ae49b57f30a09b0bb54b91541762ee8fdd2 some small changes made in sentences diff -r 7b685ae49b57 -r 74bf7904691d plotting-files.txt --- a/plotting-files.txt Thu Apr 08 19:32:12 2010 +0530 +++ b/plotting-files.txt Fri Apr 09 00:45:02 2010 +0530 @@ -20,7 +20,7 @@ Here, we have our plot! [We close the plot window. ] -Now, that we know how to plot data from lists, we will look at plotting data from a text file. Essentially, we read the data from the file and fit them into lists again. Then we can easily plot it, as we already did before. +Now, that we know how to plot data from lists, we will look at plotting data from a text file. Essentially, we read the data from the file and fit them into lists again. Then we can easily plot it, as we did before. As an example we will use the data collected from a simple pendulum experiment. @@ -59,7 +59,7 @@ Now lists l(en) and tsq have the required data. We can simply plot them, as we did earlier. plot(l, tsq, 'o') -So here is the required plot. In this way, you can plot data from files. Hope this information was helpful. See you. +So here is the required plot. In this way, you can plot data from files. Hope this information was helpful. See you in the next tutorial ******************