summaryrefslogtreecommitdiff
path: root/basic-plot.txt
diff options
context:
space:
mode:
authorSantosh G. Vattam2010-04-08 18:20:32 +0530
committerSantosh G. Vattam2010-04-08 18:20:32 +0530
commit2818fe6ef57487cba88e121673c2cc32f4396c45 (patch)
tree3639b3dd0d0ebfe2e9ba2f795d20e8638e68c870 /basic-plot.txt
parentbbd1565a8e7625c49cc3de08b20acbeefd2ec352 (diff)
downloadst-scripts-2818fe6ef57487cba88e121673c2cc32f4396c45.tar.gz
st-scripts-2818fe6ef57487cba88e121673c2cc32f4396c45.tar.bz2
st-scripts-2818fe6ef57487cba88e121673c2cc32f4396c45.zip
Minor edits.
Diffstat (limited to 'basic-plot.txt')
-rw-r--r--basic-plot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic-plot.txt b/basic-plot.txt
index ff3fa2b..0da6896 100644
--- a/basic-plot.txt
+++ b/basic-plot.txt
@@ -9,7 +9,7 @@ For this we shall use Ipython and pylab.
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