# HG changeset patch # User Santosh G. Vattam # Date 1270892344 -19800 # Node ID 18c7bfb8ed372527543c136b924fbe93c8d80bd5 # Parent 72d80b7ab288a421d78a778d75934b58ad35b4fc# Parent 74bf7904691dafbcf0f81584a610bc298fa40b99 Branches merged. diff -r 72d80b7ab288 -r 18c7bfb8ed37 plotting-files.txt --- 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 ******************