diff options
author | Santosh G. Vattam | 2010-04-08 18:20:32 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-08 18:20:32 +0530 |
commit | 2818fe6ef57487cba88e121673c2cc32f4396c45 (patch) | |
tree | 3639b3dd0d0ebfe2e9ba2f795d20e8638e68c870 /basic-plot.txt | |
parent | bbd1565a8e7625c49cc3de08b20acbeefd2ec352 (diff) | |
download | st-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.txt | 2 |
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 |