LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to run a file (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-run-a-file-4175519546/)

AlexBB 09-20-2014 02:49 PM

How to run a file
 
Hi there,

My environment is Ubuntu under Oracle VB. Unfortunately I use Ubuntu commands roughly once in two months but now is the time. I have this file which I myself have made and run at one point but now I cannot recall the crucial command, how to run this file under GnuPlot. This is the file I need to run:

Code:

reset
set isosamples 100
set samples 100
unset key
unset surface
set mapping cylindrical
set pm3d
set pm3d depthorder
splot "bruceDataSph2.gnu" using 2:3:1
pause -1

Thank you.

notKlaatu 09-20-2014 03:03 PM

I believe the command you are looking for is

Code:

gnuplot <filename>

AlexBB 09-20-2014 06:19 PM

Wow! It worked. Thanks.


All times are GMT -5. The time now is 11:22 PM.