plotting-files.txt
changeset 21 cc33c97ed034
parent 19 b77b9fce62d6
child 27 5712cc7589f9
--- a/plotting-files.txt	Tue Apr 06 17:02:41 2010 +0530
+++ b/plotting-files.txt	Tue Apr 06 23:43:58 2010 +0530
@@ -16,7 +16,7 @@
 #   - How to plot two variables
  
 So let's begin.  First we will input the data as lists and then we will plot it. 
-So on the Terminal window type
+So on the IPython Interpreter we will type
 x = [0, 1, 2.1, 3.1, 4.2, 5.2]
 here x is a list. In python, list is a container that holds a number of objects. Various functions related to lists will be covered in more detail later.