# HG changeset patch # User Santosh G. Vattam # Date 1270731032 -19800 # Node ID 143d020bbd529e953cdfb9bf3adf0f1acd5e21ba # Parent 0278e84ec327240daab250f4b97b3c9d5cf49f53 Minor edits. diff -r 0278e84ec327 -r 143d020bbd52 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