Difference between revisions of "Python-3.4.3/C2/Using-plot-command-interactively/English"
(Created page with "= Python/C2/Creating-simple-plots-using-IPython/English = '''Title of script''': '''Using plot command interactively in IPython. ''' '''Author: Thirumalesh H S''' '''Keyword...") |
|||
Line 76: | Line 76: | ||
− | Type '''%pylab '''and press''' Enter''' | + | Type '''percentage''' %'''pylab '''and press''' Enter''' |
|- | |- | ||
Line 122: | Line 122: | ||
− | Type ''''linspace'''' followed by a question mark in '''ipython console.''' | + | Type ''''linspace'''' followed by a question mark in '''ipython console. '''Press Enter |
Line 140: | Line 140: | ||
linspace(1, 100, 100) >> press '''Enter'''. | linspace(1, 100, 100) >> press '''Enter'''. | ||
− | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| Let's try to generate 100 points from 1 to 100.Type '''linspace brackets | + | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| Let's try to generate 100 points from 1 to 100.Type '''linspace brackets 1 comma 100 comma 100''' |
Line 155: | Line 155: | ||
− | We do that by typing '''linspace brackets | + | We do that by typing '''linspace brackets 0 comma 1 comma 200 '''and press enter. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Line 182: | Line 177: | ||
− | So type '''linspace brackets | + | So type '''linspace brackets minus pi comma pi comma 100 '''and''' '''press enter |
Line 197: | Line 192: | ||
'''len(t)''' | '''len(t)''' | ||
− | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| If we now type '''len | + | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| If we now type '''len bracket t '''and press '''Enter''', we will get the number of points between '''minus''' '''pi''' and '''pi.len''' function gives the no. of elements present in a given sequence. |
|- | |- | ||
Line 203: | Line 198: | ||
'''plot(t, cos(t))''' | '''plot(t, cos(t))''' | ||
− | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| Next, let's try and plot a '''cosine''' '''curve''' between ''' | + | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| Next, let's try and plot a '''cosine''' '''curve''' between '''minus''' '''pi''' and''' pi.'''For this, we use the '''plot''' command. |
− | Type '''plot | + | Type '''plot brackets t, comma cos(t) '''and press '''Enter.''' |
|- | |- | ||
Line 216: | Line 211: | ||
cosine = cos(t)plot(t, cosine) | cosine = cos(t)plot(t, cosine) | ||
− | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| We can also assign the value of '''cos(t) '''to a variable '''cosine''' by typing''' cosine | + | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding-top:0in;padding-bottom:0.0417in;padding-left:0.0417in;padding-right:0.0417in;"| We can also assign the value of '''cos(t) '''to a variable '''cosine''' by typing''' cosine equals to cos(t). '''Press Enter |
− | And then '''plot''' it by typing '''plot(t | + | And then '''plot''' it by typing '''plot(t comma cosine) '''and press enter |
|- | |- | ||
Line 245: | Line 240: | ||
− | Type '''plot brackets | + | Type '''plot brackets t comma sin(t) '''and press '''Enter.''' |
Line 291: | Line 286: | ||
− | Using this '''button''', we can specify the margins | + | Using this '''button''', we can specify the margins of the''' plot window'''. |
|- | |- | ||
Line 433: | Line 428: | ||
Please visit the forum given in the link. | Please visit the forum given in the link. | ||
+ | |||
+ | |- | ||
+ | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding:0.0417in;"| Show Slide | ||
+ | |||
+ | Textbook Companion | ||
+ | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding:0.0417in;"| The '''FOSSEE '''team coordinates coding of solved examples of popular books. | ||
+ | |||
+ | We give honorarium and certificates for those who do this. | ||
+ | |||
+ | For more details, please visit this site. | ||
+ | |||
+ | |- | ||
+ | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding:0.0417in;"| Show Slide | ||
+ | |||
+ | Acknowledgement | ||
+ | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding:0.0417in;"| The Spoken Tutorial project is funded by NMEICT, MHRD, Govt. of India | ||
+ | |||
+ | |- | ||
+ | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding:0.0417in;"| Show Slide | ||
+ | |||
+ | Thank You | ||
+ | | style="border-top:none;border-bottom:0.5pt solid #000000;border-left:0.5pt solid #000000;border-right:0.5pt solid #000000;padding:0.0417in;"| This is '''__________''' from IIT Bombay signing off. Thanks for watching | ||
|- | |- |
Revision as of 12:35, 15 February 2017
Python/C2/Creating-simple-plots-using-IPython/English
Title of script: Using plot command interactively in IPython.
Author: Thirumalesh H S
Keywords: Python, IPython, plot , pylab, matplotlib
Visual Cue | Narration |
Show slide
[Slide with MHRD logo] |
Hello friends. Welcome to the tutorial on using plot command interactively in IPython |
Show slide
Objectives
|
At the end of this tutorial, you will be able to,
|
Show slide
System Specifications |
To record this tutorial, I am using
|
Show slide
Pre-requisites |
Pre-requisites to practise this tutorial -
You should know how to run basic Python commands on the ipython console.
|
[Terminal]
ipython3
|
Let us first open the Terminal by pressing Ctrl+Alt+T keys simultaneously.
|
[IPython console]
%pylab and press Enter. |
Let us initialise the pylab package
|
Let's first understand what is Pylab | |
Show Slide
Pylab |
Pylab is a convenient Python module -
|
[iPython console]
Highlight “Using matplotlib backend: TkAgg ” |
After running %pylab in the iPython console you will see a message
“Using matplotlib backend: TkAgg ”.
|
Show Slide
Error if matplotlib is not installed |
But sometimes you may get an error that says
“ImportError: No module named matplotlib”.
|
[iPython console]
linspace? |
Let's come back to the ipython console.
|
Type q | The displayed information says that
Type q to exit the documentation and return to the console. |
[iPython console]
linspace(1, 100, 100) >> press Enter. |
Let's try to generate 100 points from 1 to 100.Type linspace brackets 1 comma 100 comma 100
|
[iPython console]
linspace(0, 1, 200) >> press Enter. |
Now let's try to generate 200 points between 0 and 1.
|
In linspace, the start and stop points can be integers, decimals, or constants. | |
[iPython console]
linspace(-pi, pi, 100)
|
Let us now learn about the len function.
|
[iPython console]
t = linspace(-pi, pi, 100) |
Now, let us save this to a variable, say t. Press enter |
[iPython console]
len(t) |
If we now type len bracket t and press Enter, we will get the number of points between minus pi and pi.len function gives the no. of elements present in a given sequence. |
[iPython console]
plot(t, cos(t)) |
Next, let's try and plot a cosine curve between minus pi and pi.For this, we use the plot command.
|
As you can see from the cosine plot, cos(t) gets the cosine value at every point corresponding to point t. | |
[iPython console]
cosine = cos(t)plot(t, cosine) |
We can also assign the value of cos(t) to a variable cosine by typing cosine equals to cos(t). Press Enter
|
Show slide
clf function() |
To clear the plot, we have to use the clf() function.
This avoids overlapping of new plots over older plots. |
[iPython console]
clf() |
In the console, type clf() and press Enter.
|
[iPython console]
plot(t, sin(t)) |
Now, let's try to plot a sine plot.
|
[Plot window]
Show plotted sine curve |
To study the plot better on the plot window, we can use various options that are available on it. Let us have a look at these options. |
[Plot window]
Move the mouse along the plot |
Moving the mouse pointer along the plot gives us the location of each point on the plot. |
Point to the buttons on the bottom left of the window. | Notice here.
At the bottom left of the window, there are a few buttons. |
[Plot window]
Save the plot as sin_curve.pdf |
The right-most among them is for saving the file. Just click on it and type the file name. Let us save the plot by the name sin_curve in pdf format. |
Click on the drop-down to show the available formats | Click on the dropdown here.
|
[Plot window]
Point the mouse on the slider button |
To the left of the save button, is the slider button.
|
[Plot window]
Show how to zoom.
|
To the left of the slider button is the zoom button. It is used to zoom into the plot.
Just specify the region to zoom into. |
[Plot window]
Press Move button and move the axes. |
The button to the left of zoom can be used to move the axes of the plot. |
[Plot window]
Press Back and Forward Button |
The next two buttons with left and right arrow icons change the state of the plot. It takes us to the previous or next state of the plot. It acts like the back and forward button in a browser. |
[Plot window]
Press home button |
The last one is 'home' referring to the initial plot. |
Show Slide
Exercise 1
|
Pause the video here, try out the following exercise and then resume the video.
Plot (sin(x)*sin(x)) / x.
|
Show Slide
Summary
|
This brings us to the end of this tutorial. In this tutorial, we have learnt to,
|
Show Slide
Assignment
|
Here are some self assessment questions for you to solve -
|
Show Slide
Solutions
|
And the answers,
|
Show Slide
About the Spoken Tutorial Project
|
The video at the following link summarises the Spoken Tutorial project.
|
Show Slide
Spoken tutorial workshops |
We conduct workshops using Spoken Tutorials and give Certificates.
Please contact us. |
Show Slide
Forum to answer questions |
Do you have questions in THIS Spoken Tutorial?
Choose the minute and second where you have the question. Explain your question briefly. Someone from the FOSSEE team will answer them. Please visit this site. |
Show Slide
Forum to answer questions |
Do you have any general / technical questions?
Please visit the forum given in the link. |
Show Slide
Textbook Companion |
The FOSSEE team coordinates coding of solved examples of popular books.
We give honorarium and certificates for those who do this. For more details, please visit this site. |
Show Slide
Acknowledgement |
The Spoken Tutorial project is funded by NMEICT, MHRD, Govt. of India |
Show Slide
Thank You |
This is __________ from IIT Bombay signing off. Thanks for watching |
Show Slide
Textbook Companion
|
The FOSSEE team coordinates coding of solved examples of popular books.
We give honorarium and certificates for those who do this.
|
Show Slide
Acknowledgements |
The Spoken Tutorial project is funded by NMEICT, MHRD, Govt. of India |
Show Slide
Thank You |
This is Thirumalesh from IIT Bombay signing off. Thanks for watching |