basic-plot.txt
changeset 30 143d020bbd52
parent 29 0278e84ec327
child 31 7b685ae49b57
equal deleted inserted replaced
29:0278e84ec327 30:143d020bbd52
     7 *In this tutorial, we will cover the basics of the Plotting features available in Python. 
     7 *In this tutorial, we will cover the basics of the Plotting features available in Python. 
     8 For this we shall use  Ipython and pylab. 
     8 For this we shall use  Ipython and pylab. 
     9 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.
     9 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.
    10 Pylab is python library which provides plotting functionality. 
    10 Pylab is python library which provides plotting functionality. 
    11 
    11 
    12 I am assuming that both Ipython and Pylab are installed on your system .
    12 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. 
    13 
    13 
    14 *On your terminal type in the command
    14 *On your terminal type in the command
    15 $ ipython -pylab
    15 $ ipython -pylab
    16 press RETURN
    16 press RETURN
    17 
    17