saving . . . saved Demo Folder has been deleted. Demo Folder has been hidden .
Demo Folder
Title
Question
Whether we can load other folders other than simple.dem and hidden2.dem


Gnuplot Example-scripts-and-demo-folder 06-07 min 30-40 sec 22-05-21, 10:37 a.m. ukscvru@rediffmail.com

Answers:

Yes. .dem is a demonstration example script which is provided with gnuplot for user convenience.
You may give desired name and extension.

To load a script file, choose the .dem files of choice and type,
>load 'filename'


22-05-21, 10:57 a.m. ranipv005
please let me know how we can create these script respective of problems we are engaged in?
22-05-21, 11:23 a.m. ukscvru@rediffmail.com
Create in the sense to be utilized in gnuplot software.
22-05-21, 11:24 a.m. ukscvru@rediffmail.com
and how we can create desired file and in which format and how to give the extention?
22-05-21, 11:26 a.m. ukscvru@rediffmail.com
The script file is a text file.
Use a text editor such as notepad/wordpad/gedit to create the file.
Type in the commands you desire to use to create the plot and save the file.

You may give any extension of your choice.
gnuplot will only see, if the commands are in the 'gnuplot format'.

For ease of our understanding, usually, .dem or .plt is used for script files.
You may also name it, file.txt and the script will be read by gnuplot.
Use the command " load 'file.extn' " to load the script.

17-06-21, 3:45 p.m. ranipv005

Login to add comment


Log-in to answer to this question.