Difference between revisions of "Python-3.4.3/C2/Using-plot-command-interactively/English"
Line 97: | Line 97: | ||
Highlight “'''Using matplotlib backend: TkAgg''' ” | Highlight “'''Using matplotlib backend: TkAgg''' ” | ||
− | | style="border:0.5pt solid #000000;padding:0.0417in;"| After running ''' | + | | style="border:0.5pt solid #000000;padding:0.0417in;"| After running '''%pylab '''in the i'''Python console''' you will see a message |
“'''Using matplotlib backend: TkAgg ”.''' | “'''Using matplotlib backend: TkAgg ”.''' | ||
Line 174: | Line 174: | ||
− | First we will generate 100 points between ''' | + | First we will generate 100 points between '''minus pi''' and '''pi'''. |
Line 192: | 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 bracket t '''and press '''Enter''', we will get the number of points between '''minus''' '''pi''' and '''pi. | + | | 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 207: | Line 205: | ||
|- | |- | ||
| 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;"| | | 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;"| | ||
− | | 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;"| As you can see from the '''cosine plot''', '''cos(t)''' gets the '''cosine''' value at every point corresponding to '''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;"| As you can see from the '''cosine plot''', '''cos(t)''' gets the '''cosine''' value at every point corresponding to point '''t.''' |
|- | |- | ||
Line 251: | Line 249: | ||
Show plotted '''sine curve''' | Show plotted '''sine curve''' | ||
− | | 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;"| To study the '''plot''' better on the''' plot window,''' we can use various options that are available on it. | + | | 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;"| 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. |
− | Let us have a look at these options. | + | |
|- | |- | ||
Line 270: | Line 267: | ||
Save the '''plot''' as '''sin_curve.pdf ''' | Save the '''plot''' as '''sin_curve.pdf ''' | ||
− | | style="border:0.5pt solid #000000;padding:0.0417in;"| The right-most among them is for saving the file. Just click on it and type the '''file name'''. | + | | style="border:0.5pt solid #000000;padding:0.0417in;"| 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 underscore curve''' in '''pdf format'''. |
− | + | ||
− | Let us save the '''plot''' by the name ''' | + | |
|- | |- | ||
Line 314: | Line 309: | ||
Press Back and Forward '''Button''' | Press Back and Forward '''Button''' | ||
− | | 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;"| The next two buttons with left and right arrow icons change the state of the '''plot'''. | + | | 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;"| 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. |
− | + | ||
− | It takes us to the previous or next state of the '''plot'''. | + | |
− | + | ||
− | It acts like the back and forward button in a browser. | + | |
|- | |- | ||
Line 335: | Line 326: | ||
| 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;"| Pause the video here, try out the following exercise and then resume the video. | | 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;"| Pause the video here, try out the following exercise and then resume the video. | ||
− | Plot '''(sin(x) | + | Plot '''(sin(x) multiplied by sin(x)) divided by x'''. |
# Save the '''plot''' as '''sinsquarebyx.pdf''' | # Save the '''plot''' as '''sinsquarebyx.pdf''' | ||
Line 370: | Line 361: | ||
| style="border:0.5pt solid #000000;padding:0.0417in;"| Here are some self assessment questions for you to solve - | | style="border:0.5pt solid #000000;padding:0.0417in;"| Here are some self assessment questions for you to solve - | ||
− | # Create 100 equally spaced points between ''' | + | # Create 100 equally spaced points between '''minus pi by 2''' and '''pi by 2''' |
# How can we find the length of a sequence? | # How can we find the length of a sequence? | ||
− | # What will the command '''linspace( | + | # What will the command '''linspace(minus pi comma pi comma 100)''' do? |
* returns 100 evenly spaced samples from '''-pi '''to '''pi ''' | * returns 100 evenly spaced samples from '''-pi '''to '''pi ''' | ||
Line 390: | Line 381: | ||
| 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;"| And the answers, | | 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;"| And the answers, | ||
− | # We use the command '''linspace( | + | # We use the command '''linspace(minus pi by 2 comma pi by 2 comma 100)''' to create 100 equally spaced lines between the points '''minus pi by 2''' and '''pi by 2'''. |
− | # '''len( | + | # '''len(sequence underscore name) '''is the function used to find out the length of a sequence. |
− | # The command '''linspace( | + | # The command '''linspace(minus pi comma pi comma 100)''' will return 100 evenly spaced samples from '''-pi''' to '''pi''' including both '''minus pi '''and '''pi'''. |
Revision as of 14:58, 21 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 are -
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
Press 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 underscore 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) multiplied by sin(x)) divided by 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 |