Gnuplot/C2/Introduction-to-Gnuplot/English
[Title of script: Introduction to gnuplot
Author: Rani Parvathy
Keywords: gnuplot, video tutorial, spoken tutorial, software installation, set term, check installation, build, compile, download files, extract files from the tar ball
Visual Cue | Narration |
---|---|
Slide Number 1
Title Slide Introduction to gnuplot |
Welcome to the tutorial on Introduction to Gnuplot. |
Slide Number 2
Learning Objectives
|
In this tutorial, we will
|
Slide Number 3
System and Software Requirement
|
To record this tutorial, I am using
|
Slide Number 4
Pre-requisites
|
To follow this tutorial, learners must be familiar with,
|
Slide Number 5
Download link
|
Download link for gnuplot is gnuplot dot info
|
Open web browser | First, I will use Firefox web browser to download the latest version of gnuplot. |
Click on Search your computer and online resources icon | Press the Windows key on keyboard. |
Type Firefox and press enter | In the search form type Firefox and press Enter. |
Firebox web browser opens for me. | |
Type gnuplot.info and press enter | In the address bar, type gnuplot dot info and press Enter. |
Go to gnuplot.info | This loads the official web page of gnuplot.
|
Hover mouse next to current version and release 5.2.5 | The current version of software is 5 point 2 and release is 5 point 2 point 5
|
Hover mouse over Release notes, User manual and demonstration gallery | Notice links for the latest Release Notes, User Manual and demonstration gallery. |
Click on link for Release 5.2.5 | When you practice this tutorial, the current version or release may be different.
|
Next, let's download the required files. | |
Click on the Parent folder | Click on the Parent folder link and scroll down. |
Notice the different versions and upgrades on the software. | |
Click on 5.2.5 link | Click on 5 point 2 point 5 link. |
The latest version release link is seen in green color. | |
Scroll down the refreshed page and notice the various downloadable files. | |
Hover mouse next to .exe , .html readme files | Dot exe files are compiled for Windows operating system.
|
Hover mouse next to gnuplot-5.2.5 .tar.gz file | We need the tar dot gz file for compiling program in Linux system. |
Click on gnuplot-5.2.5.tar.gz | Click on gnpulot hyphen 5dot 2 dot 5 dot tar dot gz |
Page refreshes, and after a short pause, a Save dialog box opens. | |
Choose save file, click ok | Choose Save File option.
|
Allow file download to complete. | |
Let's extract required files and install gnuplot using terminal commands. | |
The downloaded file is in my Downloads folder. | |
Open a terminal by pressing Control Alt T keys together. | |
A terminal opens. | |
Type ~/Downloads and press enter | In terminal prompt, type
cd space tilda backslash Downloads and Enter. |
>tar -xvf gnuplot-5.2.5.tar.gz and enter | To extract files from the tarball, type the command,
|
Hover mouse next to newly created directory gnuplot-5.2.5 | A new directory gnulot 5dot 2 dot 5 is created in Downloads folder. |
Ctrl + shift + k | The files are extracted to the new directory.
|
cd gnuplot-5.2.5 and enter | Go to the newly created directory.
|
>gedit RELEASE_NOTES | Type gedit space RELEASE underscore NOTES and Enter. |
Open file Release notes, scroll down | The file opens in a text editor.
|
Hover mouse next to | Installation has three parts, build, test and install as seen from the file. |
Commands required for installation are mentioned here. | |
Close gedit, click on 'x' sign | To compile and install we will use terminal commands.
|
Go back to the terminal. | |
Type sudo bash ./configure | Type, sudo space dot backslash configure to build.
|
If prompted for password enter sudo password.
| |
Examine the output of script on the screen.
| |
Ctrl shift K | I will also clear the screen for clarity in the video.
Press Control Shift K on keypad. |
Type sudo make and enter
|
Type sudo space make
|
Type sudo' make check and Enter
|
Type sudo space make space check to test the build.
|
Type sudo make install and enter | Enter the command, sudo space make space install, to install program. |
The program gets installed on the computer.
| |
Watch messages generated on the screen for error messages.
| |
I do not get any error messages.
| |
Press Control Shift K
>gnuplot
|
Press Control Shift K on keypad.
|
Hover mouse next to qt
|
This shows terminal type as qt.
|
This tests terminal capabilities.
| |
Hover mouse next to menu bar | There is a menu bar on top. |
Hover mouse next to square icon | We can export, copy or print from the first square icon. |
Hover mouse next to replot and grid icon | The green circular arrow is for replot.
|
Hover mouse next to zoom options | Previous zoom options are available too.
|
Hover mouse next to setting icon | Click open the Setting option.
It is on the right side.
|
Click on settings icon and then on select background color. | Let's change background color via menu.
|
Click to select the yellow color. | A Select color dialog box opens.
|
Click Ok
Click ok |
Click Ok to close the Color selection box.
|
Change back to white color.
|
This change will be retained in subsequent sessions of gnuplot.
|
Select white background, click ok and ok. | Select white background, click Ok.
And Ok again to revert the change. |
Click on x sign in graphic window | Close the graphic window by clicking on the 'x' sign on top left corner. |
Slide Number 6
Summary
|
Now let's summarize.
In this tutorial, we
|
Slide Number 7
Assignment
|
For assignment activity, please do the following.
|
Slide Number 8
Spoken Tutorial Project
|
This video summarises the Spoken Tutorial Project
|
Slide Number 9
Spoken Tutorial workshops
|
The Spoken Tutorial Team conducts workshops and gives certificates.
|
Slide Number 10
Forum for specific questions: |
Post your timed queries in the forum. |
Slide Number 11
Acknowledgement
|
Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India. |
This is Rani from IIT, Bombay. Thank you for joining. |