Saturday

Linux Mint and gnuplot

Try the following steps:

Click on Linux Mint Start Menu > Terminal

Type the following in the terminal:
$ sudo apt-get install gnuplot
$ cd /home/myusername/Desktop/

Create a file named “tsp4.tsp” and then copy the following text into the file. Put this file at “/home/myusername/Desktop/” directory.
# start line
10 10
10 110
110 110
110 10
10 10
110 110
110 10
10 110
# end line

$ pwd
/home/myusername/Desktop

$ gnuplot
> plot “tsp4.tsp” with linespoints
> quit

$ exit

No comments:

C++32 (or C++2e), C++ 2032, Cpp 2032, g++ 2032

  Subject: C++ 2032 3 Code example for ? 2 Approximate feature suggestions: - to complete C++29 or C++ 2029 1 Web links, references Wandbox,...