Minor edits.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Thu, 08 Apr 2010 18:20:32 +0530
changeset 30 143d020bbd52
parent 29 0278e84ec327
child 31 7b685ae49b57
Minor edits.
basic-plot.txt
--- a/basic-plot.txt	Thu Apr 08 15:00:28 2010 +0530
+++ b/basic-plot.txt	Thu Apr 08 18:20:32 2010 +0530
@@ -9,7 +9,7 @@
 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 both Ipython and Pylab are installed on your system .
+I am assuming that both Ipython and Pylab are installed on your system. If not please refer to our tutorial on how to install IPython and pylab. 
 
 *On your terminal type in the command
 $ ipython -pylab