some small changes made in sentences
authoramit@thunder
Fri, 09 Apr 2010 00:45:02 +0530
changeset 32 74bf7904691d
parent 31 7b685ae49b57
child 34 18c7bfb8ed37
some small changes made in sentences
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 
 
 ******************