Branches merged.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Sat, 10 Apr 2010 15:09:04 +0530
changeset 34 18c7bfb8ed37
parent 33 72d80b7ab288 (current diff)
parent 32 74bf7904691d (diff)
child 35 345b307635fa
Branches merged.
--- a/plotting-files.txt	Sat Apr 10 15:07:37 2010 +0530
+++ b/plotting-files.txt	Sat Apr 10 15:09:04 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 
 
 ******************