diff options
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 |