Difference between revisions of "Gnuplot/C2/Example-scripts-and-demo-folder/English"

From Script | Spoken-Tutorial
Jump to: navigation, search
Line 1: Line 1:
 
{|border=1
 
{|border=1
 
||'''Visual Cue'''
 
||'''Visual Cue'''
||'''Narration'''
+
|| '''Narration'''
  
 
|-
 
|-
| '''Slide Number 1'''
+
|| '''Slide Number 1'''
'''Example Scripts and demo folder'''
+
'''Title Slide '''
 
+
|| Welcome to the tutorial on '''Example Scripts and Demo Folder.'''
| Welcome to the tutorial on '''Example Scripts and Demo Folder'''
+
  
 
|-
 
|-
|'''Slide Number 2'''
+
|| '''Slide Number 2'''
 
'''Learning Objectives'''
 
'''Learning Objectives'''
 
+
|| In this tutorial, we will learn,
| In this tutorial, we will  
+
* About''' gnuplot terminal '''and the''' graphics''' interface
 
+
* About '''demo''' folder of '''gnuplot'''
* Familiarize with gnuplot
+
* About''' example script '''files  
* Familiarize with the demo folder of gnuplot and
+
* To load the script file to generate a graph
* Familiarize with scripts, example files and the graphics interface
+
  
 
|-
 
|-
| '''Slide Number 3'''
+
|| '''Slide Number 3'''
 
'''System and Software Requirement'''
 
'''System and Software Requirement'''
 
+
|| To record this tutorial, I am using
| To record this tutorial, I am using,
+
* '''Debian Linux''' 9.3
 
+
* '''gnuplot''' 5.2.6
* Debian Linux 9 point three
+
* '''gedit text editor''' 3.22
* gnuplot 5 point two point 5
+
* '''Firefox web browser 52.5'''
* Gedit text editor 3 point two two
+
* Working Internet connection to access online '''script''' files
* Firefox web browser 52 point five
+
 
+
It may work with other versions also.
+
  
 
|-
 
|-
| '''Slide Number 4'''
+
|| '''Slide Number 4'''
 
+
 
'''Pre-requisites'''
 
'''Pre-requisites'''
 
+
|| To follow this tutorial,  
| To follow this tutorial, learners must be familiar with,
+
learner must be familiar with high school level Mathematics.
 
+
* Basic computer and internet skills
+
* Working internet to access online script files and
+
* Concept of graph, Mathematics knowledge
+
  
 
|-
 
|-
 
|| '''Slide Number 5'''
 
|| '''Slide Number 5'''
 +
'''Extract gnuplot-5.2.6 folder'''
 +
|| At the time of installation, we downloaded and extracted the '''gnuplot''' folder.
 +
Generally, the folder''' gnuplot-5.2.6''' would be in the '''Downloads''' folder.
  
'''Download link'''
+
|-
|| Download link for gnuplot example files is gnuplot dot info
+
|| '''Slide Number 6'''
 
+
'''Extract gnuplot-5.2.6 folder'''
Example Script files are downloaded in the tar ball
+
|| If you had saved it elsewhere, then use that location for the next steps.
They are extracted to the demo folder
+
  
 
|-
 
|-
|| Press '''ctrl''' '''alt''' '''t''' keys together.
+
|| '''Slide Number 7'''
|| First, open a terminal, by pressing '''control, alt, t''' keys together on keyboard.
+
'''Missing gnuplot folder'''
 +
|| What should you do in case the '''gnuplot''' folder is missing on your machine?
 +
You have to follow the steps explained in the prerequisite tutorials in this series.
  
 
|-
 
|-
|| '''cd ~/Downloads/gnuplot-5.2.5/demo'''
+
|| Open '''file manager''', go to '''Downloads, gnuplot-5.2.6''' and '''demo''' folder
|| A terminal opens.  
+
|| Open file manager.
 
+
Click on '''File Manager '''icon.
Change directory to the demo directory of the extracted tar ball.  
+
In my machine, this icon is located on the menu bar at the bottom.
Enter command, as seen on the screen to change the directory.
+
Navigate to '''Downloads, gnuplot-5.2.6''' and then to '''demo''' folder.
  
 
|-
 
|-
||  
+
|| Scroll/highlight
|| I have downloaded and extracted gnuplot files here.
+
|| Notice the various files in the folder.
  
 
|-
 
|-
||  
+
|| Press '''Ctrl+Alt+T''' keys
|| The example files are in the demo folder of the extracted tar ball.
+
|| We will now open a '''terminal''' by pressing '''Ctrl, Alt''' and''' T''' keys simultaneously.
Learners must change directory to the demo folder in their computer.
+
  
 
|-
 
|-
|| Hover mouse or highlight path in terminal
+
|| '''cd Downloads/gnuplot-5.2.6/demo'''
|| Now working directory change to demo folder.
+
|| Type '''cd space Downloads slash gnuplot-5.2.6 slash demo '''and press '''Enter.'''
+
We are in the '''demo directory''', which contains the '''example''' files.
|-
+
||
+
|| There is a chance your computer does not have the demo files.
+
  
 
|-
 
|-
||  
+
|| Type '''ls '''and press '''enter'''
|| If so, pause the video and download them from gnuplot website.
+
|| Type '''ls''' to list the files in the '''demo directory'''.
Extract the demo directory from the downloaded tar ball file.
+
  
 
|-
 
|-
|| '''ls'''
+
|| Hover mouse over the .dem extension files
|| Enter command '''ls''' to list the files.
+
|| Notice there are several files with '''dot''' '''dem''' extension.
|-
+
||
+
|| Notice, several files with '''dot''' '''dem''' extension.
+
  
 
|-
 
|-
 
|| Scroll up
 
|| Scroll up
|| They are simple text scripts, which are used to generate the plots
+
|| They are simple text '''scripts''', which are used to generate plots.
 +
 
 
|-
 
|-
|| '''Ctrl alt k'''
+
|| '''Ctrl shift k''' on rdp machine
|| I will also clear the screen for clarity in video
+
|| Let me clear the screen.
 +
 
 
|-
 
|-
 
||  
 
||  
|| Demonstration files are short scripts that plot graphs
+
|| Now let's look at the structure of '''demonstration '''an '''example script''' using a '''text editor.'''
Let's look at their structure now.
+
I will use '''gedit text editor. '''You can use any other '''editor''' of your choice.
 +
'''Windows''' users may open the file in '''Notepad.'''
  
 
|-
 
|-
|| Type '''gedit simple.dem''' and press enter
+
|| Type '''gedit simple.dem''' and press '''enter'''
|| Type '''gedit space simple dot dem''' and press enter
+
|| Type '''gedit space simple dot dem''' and press '''Enter'''.
  
 
|-
 
|-
 
||  
 
||  
|| The script file opens in gedit.
+
|| The '''script''' file opens in the '''text editor '''window.
Windows users may open the file in notepad to study the structure of the script
+
  
 
|-
 
|-
|| Hover mouse near required files in header.
+
|| Hover mouse near required files in header.  
|| Details about this plot are mentioned in the header.
+
Hover mouse next to the three functions in plot command
 +
|| Details about this plot are mentioned in the '''header'''.
 
The required data files are also mentioned.
 
The required data files are also mentioned.
This script plots three functions together.
+
This '''script''' plots three '''functions''' together.
  
 
|-
 
|-
|| Scroll down
+
|| Hover mouse next to left and right key in script
|| Scroll down to view the file.
+
|| Scroll down to view the entire file.
Now we have seen a script structure.  
+
This is the structure of a '''script file.'''
  
 
|-
 
|-
 
|| Close '''gedit'''
 
|| Close '''gedit'''
|| Feel free to go through this file and explore more.
+
|| Now, close the '''text editor''' window.
 
+
 
+
If you do not understand, please do not worry.
+
You will learn about these later.
+
 
+
Close '''gedit''' by clicking on the x sign
+
  
 
|-
 
|-
||  
+
|| Clear screen.
|| Next, let's run the script in gnuplot and generate the plot.
+
|| I will clear the terminal.
 +
Next, let's run this '''script''' in '''gnuplot''' and generate the plot.
  
 
|-
 
|-
 
|| '''>gnuplot'''
 
|| '''>gnuplot'''
 
Press enter
 
Press enter
|| In terminal prompt, type '''gnuplot''' and press enter to open '''gnuplot'''.
+
|| In the '''terminal''', type '''gnuplot''' and press '''Enter'''.
  
 
|-
 
|-
 
|| Hover mouse near gnuplot prompt  
 
|| Hover mouse near gnuplot prompt  
|| The plot changes to gnuplot prompt.
+
|| The '''prompt''' changes to '''gnuplot prompt.'''
 +
To execute a '''command''' in the '''terminal''', press '''Enter''' after typing it.
 +
I will not mention this separately.
  
To execute a command in terminal, press enter.
+
|-
I will not mention it separately.
+
|| '''Ctrl shift k''' on rdp machine
 +
|| I will clear the '''terminal''' and bring the '''prompt''' back to the top of the '''terminal'''.
  
 
|-
 
|-
|| ctrl shift K
+
|| '''>load '''''''simple.dem''''
|| I will clear the screen and bring prompt to top of the terminal for clarity.
+
|| To load the '''script''', type '''load space''' within single quotes '''simple dot dem'''
  
 
|-
 
|-
|| '''>load space''' ''''simple.dem''''
+
|| Click on '''graphics''' window.
|| To load a script, enter command as seen.  
+
|| A graphical window opens.
 +
Click on this graphics window.
  
 
We will run simple dot dem script.
 
A graphical window opens.
 
 
 
Click on the graphics window.
 
 
|-
 
|-
|| Hover mouse next to '''Sin(x), atan(x) and cos(atan(x)) '''
+
|| Hover mouse next to s'''in(x), atan(x) and cos(atan(x)) '''
|| Three functions, s'''in x, atan x and cos atan x''' are plotted.
+
|| Three '''functions, sin x, atan x '''and''' cos atan x''' are plotted.
  
 
|-
 
|-
 
|| Scroll further in axis limits
 
|| Scroll further in axis limits
|| Using arrow keys, scroll, left, right, up and down in the plot.  
+
|| Using arrow keys, scroll, left, right, up and down within the plot.  
 
+
Doing this allows us to scroll further in the axis limits.
 
+
This feature is enabled in the '''script''' file.
They allow the user to scroll further in the axis limits.
+
This feature is enabled in the script file.
+
  
 
|-
 
|-
 
|| Hover mouse next to “'''press enter to continue'''” and press enter
 
|| Hover mouse next to “'''press enter to continue'''” and press enter
|| Simple dot dem can plot many graphs.
+
|| '''simple dot dem''' can plot many graphs.
I encourage you to go through the script file again, at this stage.
+
Go through the script file again, at this stage.  
To see every new plot, do the following.
+
Go to the terminal by clicking on it.
+
  
 +
|-
 +
|| Go to '''terminal'''
 +
|| To see the next plot, go to the '''terminal''' by clicking on it.
 +
We can read a message “'''Hit return to continue'''”.
  
Hit return to continue in terminal, as seen in the prompt.
+
|-
 +
|| Hit '''return'''
 +
|| Press the '''Enter '''key to continue.
 
From now on, you have to do this every time to get the next plot.
 
From now on, you have to do this every time to get the next plot.
  
 
|-
 
|-
 
|| Show the change in graphics window
 
|| Show the change in graphics window
|| Then next script and it's function gets plotted.
+
|| Immediately, the next '''script''' and it's '''function''' gets plotted.
  
 
|-
 
|-
|| Press enter
+
|| Press '''enter''' in '''terminal'''
|| Press enter again, as shown in prompt to plot the functions from next script.
+
|| Press '''Enter''' again, as shown in the '''prompt''' to plot other '''functions''' from the '''script'''.
  
 
|-
 
|-
||  
+
|| Show graphics window.
|| You may pause the video and scroll over more demonstration files.
+
|| Likewise, you can scroll through some more '''example '''files in the '''demo directory'''.
  
 
|-
 
|-
 
|| Close graphical window  
 
|| Close graphical window  
|| I will now close the graphical window  
+
|| Now I will close this graphical window.
  
 
|-
 
|-
|| Press '''ctrl c'''
+
|| Press''' Ctrl + C'''
|| We can also enter the commands sequentially in the terminal to generate plot.
+
|| Press '''Ctrl '''and '''C''' keys in the '''terminal''', to come back to the '''gnuplot prompt.'''
 +
|-
 +
||
 +
|| Now, I will open a '''3D plot demo''' '''example '''file.
  
I encourage you to try other demo files in this folder.
+
|-
 +
|| '''load ‘hidden2.dem’''' and '''enter'''
 +
|| Load the '''hidden2 dot dem''' file on the '''terminal'''.
 +
Use the '''command''' as shown before to load the '''script''' file.
  
Press ctrl -c to come back to gnuplot prompt.
+
|-
 +
|| Show the graph
 +
|| A graphics window opens.  
  
 
|-
 
|-
|| Press '''q'''
+
|| Go terminal press enter, view graph , repeat for 3 graphs
|| Enter command, '''q''' to exit gnuplot
+
|| Go through the 3 examples of the '''3D plots''' this '''script''' can generate.
 +
 
 +
|-
 +
|| Close the '''graphics terminal'''.
 +
|| Then close the '''graphics '''window.
  
 
|-
 
|-
 
||  
 
||  
|| Many example scripts are available online for gnuplot
+
|| I encourage you to try other '''example''' files in this folder, likewise.
  
 +
|-
 +
|| Press '''q'''
 +
|| Type '''q''' to exit '''gnuplot.'''
  
First open a web browser.
 
 
|-
 
|-
 
|| Open web browser.
 
|| Open web browser.
|| I will show how to access the examples files online in the next step.
+
|| Many '''example scripts''' are available online for '''gnuplot''', as well.
 +
 
 +
|-
 +
||
 +
|| I will show how to access the '''example''' files online in the next step.
  
 
|-
 
|-
 
|| Go to, '''gnuplot.sourceforge.net/demo'''
 
|| Go to, '''gnuplot.sourceforge.net/demo'''
|| I will open firefox web browser.
+
|| In the''' web browser''', go to the '''URL''' as shown here.
Go to, web address as seen in the video
+
 
+
  
 
|-
 
|-
|| Scroll down and show
+
|| Scroll down and show  
|| Notice the several demos and scripts for users to learn from.
+
|| Notice that there are several '''example''' '''scripts''' available for users to learn from.
  
 
|-
 
|-
|| Hover mouse over routine
+
|| Hover mouse over the routines
|| 2D and 3D graphs, histograms and curve fitting are few capabilities of software.
+
|| '''2D''' and '''3D''' graphs, histograms and curve fitting are few capabilities of the software.
  
 
|-
 
|-
 
|| Click on '''Simple functions'''
 
|| Click on '''Simple functions'''
|| Click on the '''Simple functions''' link
+
|| Under''' Basic 2D plot styles''', click on the '''simple functions''' link.
  
 
|-
 
|-
|| Hover mouse over graph, pan right
+
|| Hover mouse over graph, pan right  
|| Left side shows graphical plots.  
+
|| The left side shows the graphical plots.  
+
The simple '''scripts''' on the right side generate the plots.  
 
+
The simple scripts on the right side, generate the plots.  
+
  
 
|-
 
|-
|| Scroll down pan left
+
|| Scroll down pan left  
|| Scroll down the page and notice the various styles in plots on the left side.  
+
|| Scroll down the page and notice the various '''styles''' seen in the plots on the left side.  
|-
+
  
|| Hover mouse over graph
+
|-
 +
|| Hover mouse over graph  
 
|| Notice the variations in symbols, color, legends, line style and filling area.
 
|| Notice the variations in symbols, color, legends, line style and filling area.
  
 
|-
 
|-
 
||  
 
||  
|| Learners may use this page to learn the various commands and options
+
|| Learners may use this page to learn the various '''commands''' and '''options.'''
  
 
|-
 
|-
|| '''Slide Number 6'''
+
|| '''Slide Number 8'''
'''Summary'''
+
'''Help Forum'''
|| Now let's summarize.
+
|| If we need help at any time, we can go to this URL
In this tutorial, we
+
 
+
* Familiarized with gnuplot
+
* Familiarized with examples files and the demo folder</span>
+
* Familiarize with script files and the graphics interface</span>
+
  
 +
https://sourceforge.net/p/gnuplot/discussion/
  
 
|-
 
|-
|| '''Slide Number 7'''
+
|| '''Browser >> '''https://sourceforge.net/p/gnuplot/discussion/
 +
Point to the '''Register''' link at the top left.
 +
|| Here we can see previously asked questions and the corresponding replies.
  
'''Assignment'''
+
We can also post our questions and doubts after we register.
  
|| For assignment activity, please do the following
+
|-
 +
|| '''Slide Number 9'''
 +
'''Summary'''
 +
|| Now let's summarize.
 +
In this tutorial, we learned
 +
* About '''gnuplot terminal''' and the '''graphics''' interface
 +
* About the '''demo''' folder of '''gnuplot'''
 +
* About '''example script '''files and
 +
* Loaded the script file to generate a graph
  
* Familiarize with example files in gnuplot
 
* Familiarize with many types of plots, that gnuplot can generate
 
* Familiarize with the help in user forum as seen in the link
 
 
http://gnuplot.10905.n7.nabble.com/Gnuplot-User-f3.html
 
  
 
|-
 
|-
|| '''Slide Number 8'''
+
|| '''Slide Number 10'''
 
+
 
'''Assignment'''
 
'''Assignment'''
 +
|| For assignment activity, please do the following:
 +
* Open some more '''example '''files of your choice, in '''gnuplot'''
 +
* Observe the graphic output and the variations in plot styles.
  
|| This is what this help page looks like.
 
 
|-
 
|-
|| '''Slide Number 9'''
+
|| '''Slide Number 11'''
 
'''Spoken Tutorial Project'''
 
'''Spoken Tutorial Project'''
 +
|| This video summarises the Spoken Tutorial Project
 +
Please download and watch it.
  
|| This video summarises the Spoken Tutorial Project
 
Please download and watch it.
 
 
|-
 
|-
|| '''Slide Number 10'''
+
|| '''Slide Number 12'''
 
+
 
'''Spoken Tutorial workshops'''
 
'''Spoken Tutorial workshops'''
 
+
|| The Spoken Tutorial Project Team conducts workshops and gives certificates.
|| The Spoken Tutorial Project Team  
+
* conducts workshops  
+
* gives certificates on passing online tests.  
+
 
+
 
For more details, please write to us.  
 
For more details, please write to us.  
  
 
|-
 
|-
|| '''Slide Number 11'''
+
|| '''Slide Number 13'''
 
'''Forum for specific questions:'''
 
'''Forum for specific questions:'''
 
|| Post your timed queries in the forum.
 
|| Post your timed queries in the forum.
  
 
|-
 
|-
|| '''Slide Number 12'''
+
|| '''Slide Number 14'''
 
'''Acknowledgement'''
 
'''Acknowledgement'''
 
|| Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India.
 
|| Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India.
Line 320: Line 315:
 
|-
 
|-
 
||  
 
||  
|| This is Rani from IIT, Bombay. Thank you for joining.
+
|| This is Rani from IIT Bombay. Thank you for joining.
 +
 
 
|-
 
|-
 
|}
 
|}

Revision as of 14:46, 23 August 2019

Visual Cue Narration
Slide Number 1

Title Slide

Welcome to the tutorial on Example Scripts and Demo Folder.
Slide Number 2

Learning Objectives

In this tutorial, we will learn,
  • About gnuplot terminal and the graphics interface
  • About demo folder of gnuplot
  • About example script files
  • To load the script file to generate a graph
Slide Number 3

System and Software Requirement

To record this tutorial, I am using
  • Debian Linux 9.3
  • gnuplot 5.2.6
  • gedit text editor 3.22
  • Firefox web browser 52.5
  • Working Internet connection to access online script files
Slide Number 4

Pre-requisites

To follow this tutorial,

learner must be familiar with high school level Mathematics.

Slide Number 5

Extract gnuplot-5.2.6 folder

At the time of installation, we downloaded and extracted the gnuplot folder.

Generally, the folder gnuplot-5.2.6 would be in the Downloads folder.

Slide Number 6

Extract gnuplot-5.2.6 folder

If you had saved it elsewhere, then use that location for the next steps.
Slide Number 7

Missing gnuplot folder

What should you do in case the gnuplot folder is missing on your machine?

You have to follow the steps explained in the prerequisite tutorials in this series.

Open file manager, go to Downloads, gnuplot-5.2.6 and demo folder Open file manager.

Click on File Manager icon. In my machine, this icon is located on the menu bar at the bottom. Navigate to Downloads, gnuplot-5.2.6 and then to demo folder.

Scroll/highlight Notice the various files in the folder.
Press Ctrl+Alt+T keys We will now open a terminal by pressing Ctrl, Alt and T keys simultaneously.
cd Downloads/gnuplot-5.2.6/demo Type cd space Downloads slash gnuplot-5.2.6 slash demo and press Enter.

We are in the demo directory, which contains the example files.

Type ls and press enter Type ls to list the files in the demo directory.
Hover mouse over the .dem extension files Notice there are several files with dot dem extension.
Scroll up They are simple text scripts, which are used to generate plots.
Ctrl shift k on rdp machine Let me clear the screen.
Now let's look at the structure of demonstration an example script using a text editor.

I will use gedit text editor. You can use any other editor of your choice. Windows users may open the file in Notepad.

Type gedit simple.dem and press enter Type gedit space simple dot dem and press Enter.
The script file opens in the text editor window.
Hover mouse near required files in header.

Hover mouse next to the three functions in plot command

Details about this plot are mentioned in the header.

The required data files are also mentioned. This script plots three functions together.

Hover mouse next to left and right key in script Scroll down to view the entire file.

This is the structure of a script file.

Close gedit Now, close the text editor window.
Clear screen. I will clear the terminal.

Next, let's run this script in gnuplot and generate the plot.

>gnuplot

Press enter

In the terminal, type gnuplot and press Enter.
Hover mouse near gnuplot prompt The prompt changes to gnuplot prompt.

To execute a command in the terminal, press Enter after typing it. I will not mention this separately.

Ctrl shift k on rdp machine I will clear the terminal and bring the prompt back to the top of the terminal.
>load ''simple.dem'' To load the script, type load space within single quotes simple dot dem
Click on graphics window. A graphical window opens.

Click on this graphics window.

Hover mouse next to sin(x), atan(x) and cos(atan(x)) Three functions, sin x, atan x and cos atan x are plotted.
Scroll further in axis limits Using arrow keys, scroll, left, right, up and down within the plot.

Doing this allows us to scroll further in the axis limits. This feature is enabled in the script file.

Hover mouse next to “press enter to continue” and press enter simple dot dem can plot many graphs.

Go through the script file again, at this stage.

Go to terminal To see the next plot, go to the terminal by clicking on it.

We can read a message “Hit return to continue”.

Hit return Press the Enter key to continue.

From now on, you have to do this every time to get the next plot.

Show the change in graphics window Immediately, the next script and it's function gets plotted.
Press enter in terminal Press Enter again, as shown in the prompt to plot other functions from the script.
Show graphics window. Likewise, you can scroll through some more example files in the demo directory.
Close graphical window Now I will close this graphical window.
Press Ctrl + C Press Ctrl and C keys in the terminal, to come back to the gnuplot prompt.
Now, I will open a 3D plot demo example file.
load ‘hidden2.dem’ and enter Load the hidden2 dot dem file on the terminal.

Use the command as shown before to load the script file.

Show the graph A graphics window opens.
Go terminal press enter, view graph , repeat for 3 graphs Go through the 3 examples of the 3D plots this script can generate.
Close the graphics terminal. Then close the graphics window.
I encourage you to try other example files in this folder, likewise.
Press q Type q to exit gnuplot.
Open web browser. Many example scripts are available online for gnuplot, as well.
I will show how to access the example files online in the next step.
Go to, gnuplot.sourceforge.net/demo In the web browser, go to the URL as shown here.
Scroll down and show Notice that there are several example scripts available for users to learn from.
Hover mouse over the routines 2D and 3D graphs, histograms and curve fitting are few capabilities of the software.
Click on Simple functions Under Basic 2D plot styles, click on the simple functions link.
Hover mouse over graph, pan right The left side shows the graphical plots.

The simple scripts on the right side generate the plots.

Scroll down pan left Scroll down the page and notice the various styles seen in the plots on the left side.
Hover mouse over graph Notice the variations in symbols, color, legends, line style and filling area.
Learners may use this page to learn the various commands and options.
Slide Number 8

Help Forum

If we need help at any time, we can go to this URL

https://sourceforge.net/p/gnuplot/discussion/

Browser >> https://sourceforge.net/p/gnuplot/discussion/

Point to the Register link at the top left.

Here we can see previously asked questions and the corresponding replies.

We can also post our questions and doubts after we register.

Slide Number 9

Summary

Now let's summarize.

In this tutorial, we learned

  • About gnuplot terminal and the graphics interface
  • About the demo folder of gnuplot
  • About example script files and
  • Loaded the script file to generate a graph


Slide Number 10

Assignment

For assignment activity, please do the following:
  • Open some more example files of your choice, in gnuplot
  • Observe the graphic output and the variations in plot styles.
Slide Number 11

Spoken Tutorial Project

This video summarises the Spoken Tutorial Project

Please download and watch it.

Slide Number 12

Spoken Tutorial workshops

The Spoken Tutorial Project Team conducts workshops and gives certificates.

For more details, please write to us.

Slide Number 13

Forum for specific questions:

Post your timed queries in the forum.
Slide Number 14

Acknowledgement

Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India.
This is Rani from IIT Bombay. Thank you for joining.

Contributors and Content Editors

Madhurig, Ranipv076, Snehalathak