# HG changeset patch # User Santosh G. Vattam # Date 1270641851 -19800 # Node ID 5d56afacbfa9778a31aaecb829406dbd0438922e # Parent ef1c04ac0a4fc66159f6fe68d7a9b3cd237ff3ce# Parent 956b68c813d14f0e7fb66a2496d5c71882e80f49 Branches merged. diff -r 956b68c813d1 -r 5d56afacbfa9 basic-plot.txt --- a/basic-plot.txt Wed Apr 07 16:23:51 2010 +0530 +++ b/basic-plot.txt Wed Apr 07 17:34:11 2010 +0530 @@ -12,13 +12,13 @@ Ipython is An Enhanced Interactive Python interpreter. It provides additional features like tab completion,easier access to help , and many other useful features which are not present in the vanilla Python interpreter. Pylab is python library which provides plotting functionality. -I am assuming that you have both Ipython and Pylab installed on your system . +I am assuming that both Ipython and Pylab are installed on your system . *On your terminal type in the command Ipython -pylab $ ipython -pylab press RETURN -We will first start with the absolute basic, that is how to print hello world +We will first start with the customary Hello world program. print hello world In []: print 'hello world'